]> git.baikalelectronics.ru Git - kernel.git/commit
b43legacy: Do not return TX_BUSY from op_tx
authorMichael Buesch <mb@bu3sch.de>
Sun, 15 Jun 2008 13:27:49 +0000 (15:27 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 25 Jun 2008 14:55:09 +0000 (10:55 -0400)
commit5d50c53ad8f4f6543ea5bc3cdd0a38165983c933
tree86911f1e209a0d16159889fed9a5472203d54ad7
parentaef77ef105a1dacae5967a207dd17afe06666a91
b43legacy: Do not return TX_BUSY from op_tx

Never return TX_BUSY from op_tx. It doesn't make sense to return
TX_BUSY, if we can not transmit the packet.
Drop the packet and return TX_OK.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43legacy/main.c