diff --git a/[refs] b/[refs] index 644e81008ac5..60cc7335ceea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b436312f0919c05804fed5aa4b7f255db196e7a +refs/heads/master: 4325d724cd91643c727ca4cb063e8bb19989950b diff --git a/trunk/net/wireless/nl80211.c b/trunk/net/wireless/nl80211.c index dfdb5e643211..d5aed3bb3945 100644 --- a/trunk/net/wireless/nl80211.c +++ b/trunk/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;