summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.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/tx.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/tx.c')
-rw-r--r--net/mac80211/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index a39c0f07021b..058652d000d9 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -4196,7 +4196,7 @@ __ieee80211_beacon_get(struct ieee80211_hw *hw,
}
if (ifmsh->sync_ops)
- ifmsh->sync_ops->adjust_tbtt(sdata, beacon);
+ ifmsh->sync_ops->adjust_tsf(sdata, beacon);
skb = dev_alloc_skb(local->tx_headroom +
beacon->head_len +