diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
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 */ |