diff options
author | Thomas Pedersen <thomas@cozybit.com> | 2011-08-11 22:35:15 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-22 14:46:00 -0400 |
commit | 25d49e4d63564c7004a4d6735d1d8c3cc41a7394 (patch) | |
tree | c052863386c4744beb808283cc3a3ff768d417e6 /include/linux/ieee80211.h | |
parent | 36c704fded53ee0d6866e8ae7f7e3d29cd4315b9 (diff) |
mac80211: update mesh path selection frame format
Make mesh path selection frames Mesh Action category, remove outdated
Mesh Path Selection category and defines, use updated reason codes, add
mesh_action_is_path_sel for readability, and update/correct path
selection IEs.
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 58033c146dd3..03cfbf393a63 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -629,6 +629,7 @@ struct ieee80211_rann_ie { | |||
629 | u8 rann_ttl; | 629 | u8 rann_ttl; |
630 | u8 rann_addr[6]; | 630 | u8 rann_addr[6]; |
631 | u32 rann_seq; | 631 | u32 rann_seq; |
632 | u32 rann_interval; | ||
632 | u32 rann_metric; | 633 | u32 rann_metric; |
633 | } __attribute__ ((packed)); | 634 | } __attribute__ ((packed)); |
634 | 635 | ||
@@ -1269,9 +1270,6 @@ enum ieee80211_category { | |||
1269 | WLAN_CATEGORY_MULTIHOP_ACTION = 14, | 1270 | WLAN_CATEGORY_MULTIHOP_ACTION = 14, |
1270 | WLAN_CATEGORY_SELF_PROTECTED = 15, | 1271 | WLAN_CATEGORY_SELF_PROTECTED = 15, |
1271 | WLAN_CATEGORY_WMM = 17, | 1272 | WLAN_CATEGORY_WMM = 17, |
1272 | /* TODO: remove MESH_PATH_SEL after mesh is updated | ||
1273 | * to current 802.11s draft */ | ||
1274 | WLAN_CATEGORY_MESH_PATH_SEL = 32, | ||
1275 | WLAN_CATEGORY_VENDOR_SPECIFIC_PROTECTED = 126, | 1273 | WLAN_CATEGORY_VENDOR_SPECIFIC_PROTECTED = 126, |
1276 | WLAN_CATEGORY_VENDOR_SPECIFIC = 127, | 1274 | WLAN_CATEGORY_VENDOR_SPECIFIC = 127, |
1277 | }; | 1275 | }; |