aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJavier Cardona <javier@cozybit.com>2009-08-20 12:21:45 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-28 14:40:24 -0400
commit9e03fdfd05e733e1136d431973625b174029c5e6 (patch)
tree740b4076711c1e5c351a61a38755be3e6cd3c1eb /net/mac80211/ieee80211_i.h
parent90d6f92828a081a86cb4f9644b6eef6207855050 (diff)
mac80211: Update mesh config IE to 11s draft 3.02
The mesh config information element has changed significantly since draft 1.08 This patch brings it up to date. Thanks to Sam Leffler and Rui Paulo for identifying this. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 93e618a980d1..455cc7ade9f5 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -367,6 +367,10 @@ struct ieee80211_if_mesh {
367 u8 mesh_pm_id[4]; 367 u8 mesh_pm_id[4];
368 /* Congestion Control Mode Identifier */ 368 /* Congestion Control Mode Identifier */
369 u8 mesh_cc_id[4]; 369 u8 mesh_cc_id[4];
370 /* Synchronization Protocol Identifier */
371 u8 mesh_sp_id[4];
372 /* Authentication Protocol Identifier */
373 u8 mesh_auth_id[4];
370 /* Local mesh Destination Sequence Number */ 374 /* Local mesh Destination Sequence Number */
371 u32 dsn; 375 u32 dsn;
372 /* Last used PREQ ID */ 376 /* Last used PREQ ID */