Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376653
b: refs/heads/master
c: 4325d72
h: refs/heads/master
i:
  376651: 39e2e00
v: v3
  • Loading branch information
Felix Fietkau authored and Johannes Berg committed May 23, 2013
1 parent 4d6d617 commit 2cfcd00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b436312f0919c05804fed5aa4b7f255db196e7a
refs/heads/master: 4325d724cd91643c727ca4cb063e8bb19989950b
2 changes: 1 addition & 1 deletion trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2cfcd00

Please sign in to comment.