Formatting - r3191

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3193 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-17 02:30:15 +00:00
parent f1d15f48ce
commit 09ffca4d23

View File

@ -3221,7 +3221,7 @@ ath_hardstart(struct sk_buff *skb, struct net_device *dev)
}
bf = ath_take_txbuf(sc);
if (bf == NULL) {
netif_stop_queue(dev);
netif_stop_queue(dev);
requeue = 1;
goto hardstart_fail;
}