diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-05-29 16:59:35 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-05-29 16:59:35 +0200 |
commit | 50cc1cab4cfc8ab32dc6ae470c271cdf65e82de3 (patch) | |
tree | 50a1488b5bf44499fe8d2ad73543bf7f8fc4b05b /net/wireless/nl80211.c | |
parent | tuntap: forbid changing mq flag for persistent device (diff) | |
parent | ath9k: use correct OTP register offsets for AR9550 (diff) | |
download | linux-50cc1cab4cfc8ab32dc6ae470c271cdf65e82de3.tar.xz linux-50cc1cab4cfc8ab32dc6ae470c271cdf65e82de3.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'net/wireless/nl80211.c')
-rw-r--r-- | net/wireless/nl80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index dfdb5e643211..d5aed3bb3945 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c @@ -3411,7 +3411,7 @@ static int nl80211_send_station(struct sk_buff *msg, u32 portid, u32 seq, (u32)sinfo->rx_bytes)) goto nla_put_failure; if ((sinfo->filled & (STATION_INFO_TX_BYTES | - NL80211_STA_INFO_TX_BYTES64)) && + STATION_INFO_TX_BYTES64)) && nla_put_u32(msg, NL80211_STA_INFO_TX_BYTES, (u32)sinfo->tx_bytes)) goto nla_put_failure; |