|
@@ -3802,6 +3802,14 @@ int ieee80211_add_srates_ie(struct ieee80211_vif *vif,
|
|
|
int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif,
|
|
|
struct sk_buff *skb, bool need_basic);
|
|
|
|
|
|
+/**
|
|
|
+ * ieee80211_ave_rssi - report the average rssi for the specified interface
|
|
|
+ *
|
|
|
+ * @vif: the specified virtual interface
|
|
|
+ *
|
|
|
+ * This function return the average rssi value for the requested interface.
|
|
|
+ * It assumes that the given vif is valid.
|
|
|
+ */
|
|
|
int ieee80211_ave_rssi(struct ieee80211_vif *vif);
|
|
|
|
|
|
#endif /* MAC80211_H */
|