diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-28 04:33:25 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-28 04:35:50 -0400 |
commit | fc8a7321d3d68af759a369a9ad3e2426688742d3 (patch) | |
tree | caac90c4c1010b374a9df08eefd0c3a38329d7fa /include/net/mac80211.h | |
parent | dfb89c56add259b72a9c68d6b2846c1cd8c4e4b6 (diff) |
mac80211: don't expose ieee80211_add_srates_ie()
This and ieee80211_add_ext_srates_ie() aren't
exported, so can't be used by drivers anyway,
but there's also no reason that they should be
so make them private to mac80211 and use sdata
instead of vif arguments.
Acked-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 510d852d5222..5e67020b1702 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -3826,12 +3826,6 @@ void ieee80211_enable_rssi_reports(struct ieee80211_vif *vif, | |||
3826 | 3826 | ||
3827 | void ieee80211_disable_rssi_reports(struct ieee80211_vif *vif); | 3827 | void ieee80211_disable_rssi_reports(struct ieee80211_vif *vif); |
3828 | 3828 | ||
3829 | int ieee80211_add_srates_ie(struct ieee80211_vif *vif, | ||
3830 | struct sk_buff *skb, bool need_basic); | ||
3831 | |||
3832 | int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif, | ||
3833 | struct sk_buff *skb, bool need_basic); | ||
3834 | |||
3835 | /** | 3829 | /** |
3836 | * ieee80211_ave_rssi - report the average rssi for the specified interface | 3830 | * ieee80211_ave_rssi - report the average rssi for the specified interface |
3837 | * | 3831 | * |