mirror of
https://github.com/proski/madwifi
synced 2024-11-22 14:31:22 +03:00
Two places we did not unlock txq lock
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2942 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
734a08b321
commit
f91e998352
@ -3113,9 +3113,11 @@ ath_hardstart(struct sk_buff *skb, struct net_device *dev)
|
||||
}
|
||||
bf = ath_take_txbuf(sc);
|
||||
if (!bf) {
|
||||
ATH_TXQ_UNLOCK_IRQ_EARLY(txq);
|
||||
goto hardstart_fail;
|
||||
}
|
||||
|
||||
ATH_TXQ_UNLOCK_IRQ_EARLY(txq);
|
||||
goto ff_flush_done;
|
||||
}
|
||||
/* XXX: out-of-order condition only occurs for AP mode and
|
||||
|
Loading…
Reference in New Issue
Block a user