revert an accidental change to the handling of errors at ath_tx_start from r3346, thx. bruno

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3362 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
nbd 2008-02-23 14:13:09 +00:00
parent 39f4007bdd
commit b99d972b64
1 changed files with 1 additions and 1 deletions

View File

@ -3550,7 +3550,7 @@ ath_mgtstart(struct ieee80211com *ic, struct sk_buff *skb)
*/
error = ath_tx_start(dev, SKB_CB(skb)->ni, bf, skb, 0);
if (error)
return error;
goto bad;
sc->sc_stats.ast_tx_mgmt++;
return 0;