Re: [PATCH v2] Revert "cfg80211: fix processing world regdomain when non modular"

2019-06-14 Thread Hodaszi, Robert
*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

Re: [PATCH v2] Revert "cfg80211: fix processing world regdomain when non modular"

2019-06-14 Thread Hodaszi, Robert
*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,

[PATCH v2] Revert "cfg80211: fix processing world regdomain when non modular"

2019-06-14 Thread Hodaszi, Robert
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

[PATCH] Revert "cfg80211: fix processing world regdomain when non modular"

2019-06-03 Thread Hodaszi, Robert
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

Re: [PATCH] cfg80211: modify lower retry limit to 0

2015-06-03 Thread Hodaszi, Robert
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

Cannot disable transmission retry

2015-06-02 Thread Hodaszi, Robert
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