projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91046d6
)
nl80211: fix NL80211_HE_MAX_CAPABILITY_LEN
author
John Crispin
<john@phrozen.org>
Thu, 27 Jun 2019 09:58:32 +0000
(11:58 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Sat, 20 Jul 2019 19:38:44 +0000
(21:38 +0200)
NL80211_HE_MAX_CAPABILITY_LEN has changed between D2.0 and D4.0. It is now
MAC (6) + PHY (11) + MCS (12) + PPE (25) = 54.
Signed-off-by: John Crispin <john@phrozen.org>
Link:
https://lore.kernel.org/r/20190627095832.19445-1-john@phrozen.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/nl80211.h
b/include/uapi/linux/nl80211.h
index
75758ec
..
beb9a9d
100644
(file)
--- a/
include/uapi/linux/nl80211.h
+++ b/
include/uapi/linux/nl80211.h
@@
-2863,7
+2863,7
@@
enum nl80211_attrs {
#define NL80211_HT_CAPABILITY_LEN 26
#define NL80211_VHT_CAPABILITY_LEN 12
#define NL80211_HE_MIN_CAPABILITY_LEN 16
-#define NL80211_HE_MAX_CAPABILITY_LEN 5
1
+#define NL80211_HE_MAX_CAPABILITY_LEN 5
4
#define NL80211_MAX_NR_CIPHER_SUITES 5
#define NL80211_MAX_NR_AKM_SUITES 2