diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-26 15:54:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-26 15:54:45 -0400 |
commit | a85c9bb895aed633615078f69f4a4bce9e39be5f (patch) | |
tree | 0eafc0be614fc70a1c853ee2249e3152d8d15718 /include/net | |
parent | de248a75c35e0208294cf304b112916254b69184 (diff) | |
parent | d9b8ae6bd8c3304569a25079fcdbebaa28a48ee4 (diff) |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index bebd89f7f6c3..da3658177997 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -3802,6 +3802,14 @@ int ieee80211_add_srates_ie(struct ieee80211_vif *vif, | |||
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 | 3804 | ||
3805 | /** | ||
3806 | * ieee80211_ave_rssi - report the average rssi for the specified interface | ||
3807 | * | ||
3808 | * @vif: the specified virtual interface | ||
3809 | * | ||
3810 | * This function return the average rssi value for the requested interface. | ||
3811 | * It assumes that the given vif is valid. | ||
3812 | */ | ||
3805 | int ieee80211_ave_rssi(struct ieee80211_vif *vif); | 3813 | int ieee80211_ave_rssi(struct ieee80211_vif *vif); |
3806 | 3814 | ||
3807 | #endif /* MAC80211_H */ | 3815 | #endif /* MAC80211_H */ |