*From:* Johannes Berg
*Sent:* Friday, June 14, 2019 4:01PM
*To:* Hodaszi, Robert
*Cc:* Linux-wireless
*Subject:* Re: [PATCH v2] Revert "cfg80211: fix processing world
regdomain when non modular"
> On Fri, 2019-06-14 at 13:58 +0000, Hodaszi, Robert wrote:
>> I didn't
*From:* Johannes Berg
*Sent:* Friday, June 14, 2019 3:30PM
*To:* Hodaszi, Robert
*Cc:* Linux-wireless
*Subject:* Re: [PATCH v2] Revert "cfg80211: fix processing world
regdomain when non modular"
> On Fri,
This reverts commit 96cce12ff6e0bc9d9fcb2235e08b7fc150f96fd2.
Re-triggering a reg_process_hint with the last request on all events,
can make the regulatory domain fail in case of multiple WiFi modules. On
slower boards (espacially with mdev), enumeration of the WiFi modules
can end up in an inters
This reverts commit 96cce12ff6e0bc9d9fcb2235e08b7fc150f96fd2.
Re-triggering a reg_process_hint with the last request on all events,
can make the regulatory domain fail in case of multiple WiFi modules. On
slower boards (espacially with mdev), enumeration of the WiFi modules
can end up in an inters
The problem is if I change the rt2800 driver to set 0 if it gets 1,
etc., that will break all existing user-space programs.
And also with the current lower limit, I cannot disable transmission
retries. The minimal transmit attempts value is 2 (retry is 1).
Robert
2015. 06. 3, szerda keltezéssel
Hello,
On kernel 3.13, I was able to disable the transmission retries on the
wlan0 interface with 'iwconfig wlan0 retry 0'. Now I updated my kernel
to 3.16, and it returns with 'Invalid argument' error.
The cause is this commit:
cfg80211: add sanity check for retry limit in wext-compat
http://gi