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/tx.c | |
parent | 76f43b4c0a9337af22827d78de4f2b8fd5328489 (diff) | |
download | linux-445cd452fe5187e676eef02c917c9e5f837c749e.tar.bz2 |
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.c | 2 |
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 + |