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>
This commit is contained in:

committed by
John W. Linville

parent
90d6f92828
commit
9e03fdfd05
@@ -367,6 +367,10 @@ struct ieee80211_if_mesh {
|
||||
u8 mesh_pm_id[4];
|
||||
/* Congestion Control Mode Identifier */
|
||||
u8 mesh_cc_id[4];
|
||||
/* Synchronization Protocol Identifier */
|
||||
u8 mesh_sp_id[4];
|
||||
/* Authentication Protocol Identifier */
|
||||
u8 mesh_auth_id[4];
|
||||
/* Local mesh Destination Sequence Number */
|
||||
u32 dsn;
|
||||
/* Last used PREQ ID */
|
||||
|
Reference in New Issue
Block a user