aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-10-14 18:31:30 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-10-14 18:31:30 +0200
commitfbd6ff5ceafa9c9c39e20f5a4f8c46c0b5efb2a2 (patch)
treebcc18fb654915028a3c293b22d581304adccc445 /net/mac80211/sta_info.h
parentmac80211: clean up ieee80211_rx_h_check_dup code (diff)
downloadlinux-dev-fbd6ff5ceafa9c9c39e20f5a4f8c46c0b5efb2a2.tar.xz
linux-dev-fbd6ff5ceafa9c9c39e20f5a4f8c46c0b5efb2a2.zip
mac80211: move sta_set_rate_info_rx() and make it static
There's only a single caller of this function, so it can be moved to the same file and made static. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index d5ded8749ac4..ce4271406692 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -688,8 +688,6 @@ static inline int sta_info_flush(struct ieee80211_sub_if_data *sdata)
void sta_set_rate_info_tx(struct sta_info *sta,
const struct ieee80211_tx_rate *rate,
struct rate_info *rinfo);
-void sta_set_rate_info_rx(struct sta_info *sta,
- struct rate_info *rinfo);
void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo);
void ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata,