aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@gmail.com>2009-11-09 18:46:55 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-11-13 17:43:56 -0500
commitd19b3bf6384e66ac6e11a61ee31ed2cfe149f4d8 (patch)
tree2ec825639458dafddecc7e3d0f83afff9cff0cfa /net/mac80211/ieee80211_i.h
parentbe125c60e46e165fbfe33db36a4a9d943d560a5b (diff)
mac80211: replace "destination" with "target" to follow the spec
Resulting object files have the same MD5 as before. 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 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;