summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
diff options
context:
space:
mode:
authorMasashi Honma2016-12-08 02:15:51 +0100
committerJohannes Berg2016-12-13 16:22:27 +0100
commit445cd452fe5187e676eef02c917c9e5f837c749e (patch)
tree85b1bb1af0bfa96f4e4f06f10be8422700a76f37 /net/mac80211/mesh.c
parentmac80211: Remove invalid flag operations in mesh TSF synchronization (diff)
downloadkernel-qcow2-linux-445cd452fe5187e676eef02c917c9e5f837c749e.tar.gz
kernel-qcow2-linux-445cd452fe5187e676eef02c917c9e5f837c749e.tar.xz
kernel-qcow2-linux-445cd452fe5187e676eef02c917c9e5f837c749e.zip
mac80211: Use appropriate name for functions and messages
These functions drifts TSF timers, not TBTT. Signed-off-by: Masashi Honma <masashi.honma@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.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 b9628374dcbd..cc2a63bd233f 100644
--- a/net/mac80211/mesh.c
+++ b/net/mac80211/mesh.c
@@ -1346,7 +1346,7 @@ void ieee80211_mesh_work(struct ieee80211_sub_if_data *sdata)
ieee80211_mesh_rootpath(sdata);
if (test_and_clear_bit(MESH_WORK_DRIFT_ADJUST, &ifmsh->wrkq_flags))
- mesh_sync_adjust_tbtt(sdata);
+ mesh_sync_adjust_tsf(sdata);
if (test_and_clear_bit(MESH_WORK_MBSS_CHANGED, &ifmsh->wrkq_flags))
mesh_bss_info_changed(sdata);