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 2a7d3d4067e1..fb54ddb9b27d 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -373,14 +373,14 @@ struct ieee80211_if_mesh {
373 u8 mesh_sp_id; 373 u8 mesh_sp_id;
374 /* Authentication Protocol Identifier */ 374 /* Authentication Protocol Identifier */
375 u8 mesh_auth_id; 375 u8 mesh_auth_id;
376 /* Local mesh Destination Sequence Number */ 376 /* Local mesh Sequence Number */
377 u32 dsn; 377 u32 sn;
378 /* Last used PREQ ID */ 378 /* Last used PREQ ID */
379 u32 preq_id; 379 u32 preq_id;
380 atomic_t mpaths; 380 atomic_t mpaths;
381 /* Timestamp of last DSN update */ 381 /* Timestamp of last SN update */
382 unsigned long last_dsn_update; 382 unsigned long last_sn_update;
383 /* Timestamp of last DSN sent */ 383 /* Timestamp of last SN sent */
384 unsigned long last_preq; 384 unsigned long last_preq;
385 struct mesh_rmc *rmc; 385 struct mesh_rmc *rmc;
386 spinlock_t mesh_preq_queue_lock; 386 spinlock_t mesh_preq_queue_lock;