aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-11-24 16:18:36 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-11-24 16:18:36 -0500
commitccb14354017272ddac002e859a2711610b6af174 (patch)
treefa39f9b944508e596763c49b0088dc1cc2e263ca /net/wireless/nl80211.c
parentf8afa42b01c7a9f45b7cbaadb0481a0eeb96f18d (diff)
Revert "nl80211/mac80211: Report signal average"
This reverts commit 86107fd170bc379869250eb7e1bd393a3a70e8ae. This patch inadvertantly changed the userland ABI. Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/nl80211.c')
-rw-r--r--net/wireless/nl80211.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c
index d06a40d17002..605553842226 100644
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
@@ -1872,9 +1872,6 @@ static int nl80211_send_station(struct sk_buff *msg, u32 pid, u32 seq,
1872 if (sinfo->filled & STATION_INFO_SIGNAL) 1872 if (sinfo->filled & STATION_INFO_SIGNAL)
1873 NLA_PUT_U8(msg, NL80211_STA_INFO_SIGNAL, 1873 NLA_PUT_U8(msg, NL80211_STA_INFO_SIGNAL,
1874 sinfo->signal); 1874 sinfo->signal);
1875 if (sinfo->filled & STATION_INFO_SIGNAL_AVG)
1876 NLA_PUT_U8(msg, NL80211_STA_INFO_SIGNAL_AVG,
1877 sinfo->signal_avg);
1878 if (sinfo->filled & STATION_INFO_TX_BITRATE) { 1875 if (sinfo->filled & STATION_INFO_TX_BITRATE) {
1879 txrate = nla_nest_start(msg, NL80211_STA_INFO_TX_BITRATE); 1876 txrate = nla_nest_start(msg, NL80211_STA_INFO_TX_BITRATE);
1880 if (!txrate) 1877 if (!txrate)