mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
net80211: fix IEEE80211_VFHT_BITS after 160 nd 80P80 got swapped
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Fixes: 8f2e5b6ef3
Reviewed by: adrian, thj
Differential Revision: https://reviews.freebsd.org/D49772
This commit is contained in:
parent
b5b393df68
commit
626a4931be
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ MALLOC_DECLARE(M_80211_VAP);
|
|||
IEEE80211_FVHT_STBC_TX | IEEE80211_FVHT_STBC_RX)
|
||||
|
||||
#define IEEE80211_VFHT_BITS \
|
||||
"\20\1VHT\2VHT40\3VHT80\4VHT160\5VHT80P80\6STBC_TX\7STBC_RX"
|
||||
"\20\1VHT\2VHT40\3VHT80\4VHT80P80\5VHT160\6STBC_TX\7STBC_RX"
|
||||
|
||||
#define IEEE80211_COM_DETACHED 0x00000001 /* ieee80211_ifdetach called */
|
||||
#define IEEE80211_COM_REF_ADD 0x00000002 /* add / remove reference */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue