Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129755
b: refs/heads/master
c: 51e9915
h: refs/heads/master
i:
  129753: ac80dfe
  129751: eb2e876
v: v3
  • Loading branch information
Andrey Yurovsky authored and John W. Linville committed Jan 12, 2009
1 parent 9e389b0 commit d972a20
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: f1dd2b23badfe8a28910a78be24452c627c4b6f2
refs/heads/master: 51e99158d261a5ec5772ca89b935c3daa270b07c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas_tf/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static int lbtf_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
* there are no buffered multicast frames to send
*/
ieee80211_stop_queues(priv->hw);
return 0;
return NETDEV_TX_OK;
}

static void lbtf_tx_work(struct work_struct *work)
Expand Down

0 comments on commit d972a20

Please sign in to comment.