Re: b43: don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-06-04 Thread Kalle Valo
and aren't affected by this change. > > Signed-off-by: Adrian Chadd Thanks, 1 patch applied to wireless-drivers-next.git: d0b03439f784 b43: don't unconditionally fall back to CCK if the rate is 6MB OFDM. -- Sent by pwcli https://patchwork.kernel.org/patch/9108351/ -- To un

Re: [PATCH] [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-16 Thread Kalle Valo
Adrian Chadd writes: > Check the current PHY operating mode (gmode) to see if we should > fall back from 6MB OFDM to 11MB CCK. For 5GHz operation this isn't > allowed. > > Note, the fallback lookup is only done for RTS rates; normal fallback > rates are done via mac80211 and aren't affected by t

[PATCH] [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-16 Thread Adrian Chadd
Check the current PHY operating mode (gmode) to see if we should fall back from 6MB OFDM to 11MB CCK. For 5GHz operation this isn't allowed. Note, the fallback lookup is only done for RTS rates; normal fallback rates are done via mac80211 and aren't affected by this change. Signed-off-by

Re: [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-16 Thread Kalle Valo
Michael Büsch writes: > In the final submission please send this to Kalle Valo and add [PATCH] > to the subject, so tools can pick this up. And remember to CC linux-wireless so that patchwork sees the patch. I skip the patches sent via email and only follow patchwork: https://patchwork.kernel.o

Re: [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-15 Thread Rafał Miłecki
15 07:23:25 2016 -0700 don't unconditionally fall back to CCK if the rate is 6MB OFDM. Author: Adrian Chadd Date: Sun May 15 07:15:54 2016 -0700 [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM. Check the current PHY operating mode (g

Re: [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-15 Thread Adrian Chadd
On 15 May 2016 at 07:39, Michael Büsch wrote: > On Sun, 15 May 2016 07:23:25 -0700 > Adrian Chadd wrote: > >> @@ -438,7 +446,7 @@ int b43_generate_txhdr(struct b43_wldev *dev, >> >> rts_rate = rts_cts_rate ? rts_cts_rate->hw_value : >> B43_CCK_RATE_1MB; > > I just noticed that thi

Re: [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-15 Thread Michael Büsch
On Sun, 15 May 2016 07:23:25 -0700 Adrian Chadd wrote: > @@ -438,7 +446,7 @@ int b43_generate_txhdr(struct b43_wldev *dev, > > rts_rate = rts_cts_rate ? rts_cts_rate->hw_value : > B43_CCK_RATE_1MB; I just noticed that this is incorrect for 5GHz, too. Maybe there are more such bu

Re: [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-15 Thread Michael Büsch
On Sun, 15 May 2016 07:23:25 -0700 Adrian Chadd wrote: > Author: Adrian Chadd > Date: Sun May 15 07:15:54 2016 -0700 > > [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM. > > Check the current PHY operating mode (gmode) to see if we shou

[b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM.

2016-05-15 Thread Adrian Chadd
Author: Adrian Chadd Date: Sun May 15 07:15:54 2016 -0700 [b43] don't unconditionally fall back to CCK if the rate is 6MB OFDM. Check the current PHY operating mode (gmode) to see if we should fall back from 6MB OFDM to 11MB CCK. For 5GHz operation this isn't