summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2013-05-29 10:59:35 -0400
committerJohn W. Linville <linville@tuxdriver.com>2013-05-29 10:59:35 -0400
commit50cc1cab4cfc8ab32dc6ae470c271cdf65e82de3 (patch)
tree50a1488b5bf44499fe8d2ad73543bf7f8fc4b05b /net/wireless/nl80211.c
parent8e6d91ae0917bf934ed86411148f79d904728d51 (diff)
parentadd295a4afbdf5852d004c754c552d692b0fcac8 (diff)
downloadop-kernel-dev-50cc1cab4cfc8ab32dc6ae470c271cdf65e82de3.zip
op-kernel-dev-50cc1cab4cfc8ab32dc6ae470c271cdf65e82de3.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c
index dfdb5e6..d5aed3b 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;
OpenPOWER on IntegriCloud