aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
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/mesh.c
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/mesh.c')
-rw-r--r--net/mac80211/mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c
index 222a31338390..0f3e1147ec4f 100644
--- a/net/mac80211/mesh.c
+++ b/net/mac80211/mesh.c
@@ -672,7 +672,7 @@ void ieee80211_mesh_init_sdata(struct ieee80211_sub_if_data *sdata)
672 MESH_MIN_DISCOVERY_TIMEOUT; 672 MESH_MIN_DISCOVERY_TIMEOUT;
673 ifmsh->accepting_plinks = true; 673 ifmsh->accepting_plinks = true;
674 ifmsh->preq_id = 0; 674 ifmsh->preq_id = 0;
675 ifmsh->dsn = 0; 675 ifmsh->sn = 0;
676 atomic_set(&ifmsh->mpaths, 0); 676 atomic_set(&ifmsh->mpaths, 0);
677 mesh_rmc_init(sdata); 677 mesh_rmc_init(sdata);
678 ifmsh->last_preq = jiffies; 678 ifmsh->last_preq = jiffies;