diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-13 15:02:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-16 14:38:49 -0400 |
commit | 1dae27f84baa37b76014b348985089d22d90cccc (patch) | |
tree | 4908af8fcd3f609c5078cc338412917ac0199419 /include/net/mac80211.h | |
parent | f11bbfd87dc7c7c09e6aac7cd17c980ba64d6589 (diff) |
mac80211: add function retrieve average rssi
Add utility function to provide the average rssi per vif
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index eff00e6d105f..bebd89f7f6c3 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -3801,4 +3801,7 @@ int ieee80211_add_srates_ie(struct ieee80211_vif *vif, | |||
3801 | 3801 | ||
3802 | int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif, | 3802 | int ieee80211_add_ext_srates_ie(struct ieee80211_vif *vif, |
3803 | struct sk_buff *skb, bool need_basic); | 3803 | struct sk_buff *skb, bool need_basic); |
3804 | |||
3805 | int ieee80211_ave_rssi(struct ieee80211_vif *vif); | ||
3806 | |||
3804 | #endif /* MAC80211_H */ | 3807 | #endif /* MAC80211_H */ |