projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9dd6b5
)
mac80211: Update SA Query transaction id length
author
Jouni Malinen
<jouni.malinen@atheros.com>
Wed, 6 May 2009 17:34:10 +0000
(20:34 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 6 May 2009 19:15:07 +0000
(15:15 -0400)
IEEE 802.11w/D8.0 changed the length of the SA Query transaction
identifier from 16 to 2 octets.
Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/ieee80211.h
patch
|
blob
|
history
diff --git
a/include/linux/ieee80211.h
b/include/linux/ieee80211.h
index c52e7fba4e4016a11d33c4d05d52c62f2bd86bf8..dc92359f37e68d26664afca25fa26730062dc2f0 100644
(file)
--- a/
include/linux/ieee80211.h
+++ b/
include/linux/ieee80211.h
@@
-543,7
+543,7
@@
struct ieee80211_tim_ie {
u8 virtual_map[1];
} __attribute__ ((packed));
-#define WLAN_SA_QUERY_TR_ID_LEN
16
+#define WLAN_SA_QUERY_TR_ID_LEN
2
struct ieee80211_mgmt {
__le16 frame_control;