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

2015-06-03 Thread Johannes Berg
On Wed, 2015-06-03 at 13:14 +, Hodaszi, Robert wrote: 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. Well, I guess it's a question of which userspace even uses it, and how it'll break. Perhaps we should modify the

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

2015-06-03 Thread Johannes Berg
On Wed, 2015-06-03 at 14:46 +0200, Robert Hodaszi wrote: From: Robert Hodaszi robert.hoda...@digi.com To disable the transmit retries on RT28xx driver, the retry limit should be set to 0. The current lower limit (1) prevents it. So actually - we have the same limit in nl80211... we should

[PATCH] cfg80211: modify lower retry limit to 0

2015-06-03 Thread Robert Hodaszi
From: Robert Hodaszi robert.hoda...@digi.com To disable the transmit retries on RT28xx driver, the retry limit should be set to 0. The current lower limit (1) prevents it. Signed-off-by: Robert Hodaszi robert.hoda...@digi.com --- net/wireless/wext-compat.c | 2 +- 1 file changed, 1

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