aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@gmail.com>2009-11-09 18:46:39 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-11-11 15:23:56 -0500
commit3491707a070c1183c709516b2f876f798c7a9a84 (patch)
treeff12e29a8009b18cfb859ca780902cef5daa1e8e /net/mac80211/ieee80211_i.h
parentac9d1a7bef71afa4837769ef38edb0f7e2ef8028 (diff)
mac80211: update meshconf IE
This updates the Mesh Configuration IE according to the latest draft (3.03). Notable changes include the simplified protocol IDs. Signed-off-by: Rui Paulo <rpaulo@gmail.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Reviewed-by: Andrey Yurovsky <andrey@cozybit.com> Tested-by: Brian Cavagnolo <brian@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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 1ef767366b7..1f4f88a8f80 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -361,15 +361,15 @@ struct ieee80211_if_mesh {
361 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN]; 361 u8 mesh_id[IEEE80211_MAX_MESH_ID_LEN];
362 size_t mesh_id_len; 362 size_t mesh_id_len;
363 /* Active Path Selection Protocol Identifier */ 363 /* Active Path Selection Protocol Identifier */
364 u8 mesh_pp_id[4]; 364 u8 mesh_pp_id;
365 /* Active Path Selection Metric Identifier */ 365 /* Active Path Selection Metric Identifier */
366 u8 mesh_pm_id[4]; 366 u8 mesh_pm_id;
367 /* Congestion Control Mode Identifier */ 367 /* Congestion Control Mode Identifier */
368 u8 mesh_cc_id[4]; 368 u8 mesh_cc_id;
369 /* Synchronization Protocol Identifier */ 369 /* Synchronization Protocol Identifier */
370 u8 mesh_sp_id[4]; 370 u8 mesh_sp_id;
371 /* Authentication Protocol Identifier */ 371 /* Authentication Protocol Identifier */
372 u8 mesh_auth_id[4]; 372 u8 mesh_auth_id;
373 /* Local mesh Destination Sequence Number */ 373 /* Local mesh Destination Sequence Number */
374 u32 dsn; 374 u32 dsn;
375 /* Last used PREQ ID */ 375 /* Last used PREQ ID */