aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
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 1ef767366b77..1f4f88a8f80c 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 */