diff options
Diffstat (limited to 'net/wireless/nl80211.c')
-rw-r--r-- | net/wireless/nl80211.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index b07c4fc4ae22..b3d3cf8931cb 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c | |||
@@ -2390,6 +2390,9 @@ static int nl80211_send_station(struct sk_buff *msg, u32 pid, u32 seq, | |||
2390 | if (sinfo->filled & STATION_INFO_TX_FAILED) | 2390 | if (sinfo->filled & STATION_INFO_TX_FAILED) |
2391 | NLA_PUT_U32(msg, NL80211_STA_INFO_TX_FAILED, | 2391 | NLA_PUT_U32(msg, NL80211_STA_INFO_TX_FAILED, |
2392 | sinfo->tx_failed); | 2392 | sinfo->tx_failed); |
2393 | if (sinfo->filled & STATION_INFO_BEACON_LOSS_COUNT) | ||
2394 | NLA_PUT_U32(msg, NL80211_STA_INFO_BEACON_LOSS, | ||
2395 | sinfo->beacon_loss_count); | ||
2393 | if (sinfo->filled & STATION_INFO_BSS_PARAM) { | 2396 | if (sinfo->filled & STATION_INFO_BSS_PARAM) { |
2394 | bss_param = nla_nest_start(msg, NL80211_STA_INFO_BSS_PARAM); | 2397 | bss_param = nla_nest_start(msg, NL80211_STA_INFO_BSS_PARAM); |
2395 | if (!bss_param) | 2398 | if (!bss_param) |