summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorMasashi Honma <masashi.honma@gmail.com>2016-12-08 10:15:51 +0900
committerJohannes Berg <johannes.berg@intel.com>2016-12-13 16:22:27 +0100
commit445cd452fe5187e676eef02c917c9e5f837c749e (patch)
tree85b1bb1af0bfa96f4e4f06f10be8422700a76f37 /net/mac80211/ieee80211_i.h
parent76f43b4c0a9337af22827d78de4f2b8fd5328489 (diff)
downloadop-kernel-dev-445cd452fe5187e676eef02c917c9e5f837c749e.zip
op-kernel-dev-445cd452fe5187e676eef02c917c9e5f837c749e.tar.gz
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/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 03e3230..e5d7311 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -625,8 +625,8 @@ struct ieee80211_mesh_sync_ops {
struct ieee80211_rx_status *rx_status);
/* should be called with beacon_data under RCU read lock */
- void (*adjust_tbtt)(struct ieee80211_sub_if_data *sdata,
- struct beacon_data *beacon);
+ void (*adjust_tsf)(struct ieee80211_sub_if_data *sdata,
+ struct beacon_data *beacon);
/* add other framework functions here */
};
OpenPOWER on IntegriCloud