]> git.karo-electronics.de Git - linux-beck.git/commit
b43: don't unconditionally fall back to CCK if the rate is 6MB OFDM.
authorAdrian Chadd <adrian@freebsd.org>
Tue, 17 May 2016 03:25:34 +0000 (20:25 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 4 Jun 2016 15:00:45 +0000 (18:00 +0300)
commitd0b03439f7845ad9a72cc0f0cbb1ed34a5de5a08
treec0856189c677d8dfe7c8c5725ae4e8570d21c55b
parentb746740147dcfe1eb635f76f0a73f7df2b3e37c0
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
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: Adrian Chadd <adrian@freebsd.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/b43/xmit.c