diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 1e83afae3c64..b5f7ada2f87b 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -3444,4 +3444,9 @@ void ieee80211_enable_rssi_reports(struct ieee80211_vif *vif, | |||
3444 | int rssi_max_thold); | 3444 | int rssi_max_thold); |
3445 | 3445 | ||
3446 | void ieee80211_disable_rssi_reports(struct ieee80211_vif *vif); | 3446 | void ieee80211_disable_rssi_reports(struct ieee80211_vif *vif); |
3447 | |||
3448 | int ieee80211_add_srates_ie(struct ieee80211_vif *vif, struct sk_buff *skb); | ||
3449 | |||
3450 | int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif, | ||
3451 | struct sk_buff *skb); | ||
3447 | #endif /* MAC80211_H */ | 3452 | #endif /* MAC80211_H */ |