diff options
author | Masashi Honma <masashi.honma@gmail.com> | 2016-12-08 10:15:51 +0900 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-12-13 16:22:27 +0100 |
commit | 445cd452fe5187e676eef02c917c9e5f837c749e (patch) | |
tree | 85b1bb1af0bfa96f4e4f06f10be8422700a76f37 /net/mac80211/mesh.c | |
parent | 76f43b4c0a9337af22827d78de4f2b8fd5328489 (diff) | |
download | linux-stable-445cd452fe5187e676eef02c917c9e5f837c749e.tar.gz linux-stable-445cd452fe5187e676eef02c917c9e5f837c749e.tar.bz2 linux-stable-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.c | 2 |
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); |