Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35235
b: refs/heads/master
c: b6971c2
h: refs/heads/master
i:
  35233: 7c62324
  35231: d1708c1
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Aug 29, 2006
1 parent a797b04 commit 57b39d8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 80b60fa8488e98ceaecb8f976abe79df50988037
refs/heads/master: b6971c2191d910714ec36b0ef50886f12c744a06
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/bcm43xx/bcm43xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3918,7 +3918,9 @@ static int bcm43xx_ieee80211_hard_start_xmit(struct ieee80211_txb *txb,
err = bcm43xx_tx(bcm, txb);
spin_unlock_irqrestore(&bcm->irq_lock, flags);

return err;
if (unlikely(err))
return NETDEV_TX_BUSY;
return NETDEV_TX_OK;
}

static struct net_device_stats * bcm43xx_net_get_stats(struct net_device *net_dev)
Expand Down

0 comments on commit 57b39d8

Please sign in to comment.