Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186825
b: refs/heads/master
c: a99840b
h: refs/heads/master
i:
  186823: 53ea081
v: v3
  • Loading branch information
Florian Schilhabel authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent d672110 commit 467ad6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 29a1fbc88b822497a0a4d8e9cb7d8a471e70f339
refs/heads/master: a99840b1aa66d3797bfe0be4fb6982bba62d815b
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192su/ieee80211/ieee80211_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2145,8 +2145,8 @@ void ieee80211_softmac_xmit(struct ieee80211_txb *txb, struct ieee80211_device *
ieee80211_sta_wakeup(ieee,0);

/* update the tx status */
// ieee->stats.tx_bytes += txb->payload_size;
// ieee->stats.tx_packets++;
ieee->stats.tx_bytes += txb->payload_size;
ieee->stats.tx_packets++;
tcb_desc = (cb_desc *)(txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE);
if(tcb_desc->bMulticast) {
ieee->stats.multicast++;
Expand Down

0 comments on commit 467ad6c

Please sign in to comment.