diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-11-24 16:18:36 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-24 16:18:36 -0500 |
commit | ccb14354017272ddac002e859a2711610b6af174 (patch) | |
tree | fa39f9b944508e596763c49b0088dc1cc2e263ca /net/wireless | |
parent | f8afa42b01c7a9f45b7cbaadb0481a0eeb96f18d (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')
-rw-r--r-- | net/wireless/nl80211.c | 3 |
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) |