commit | 664f200610a3c9641ff58fc91b986b804cb1cc2d | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Sun Jun 15 15:27:49 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 25 10:55:09 2008 -0400 |
tree | 86911f1e209a0d16159889fed9a5472203d54ad7 | |
parent | c9e8eae0935f03e2d03a7ad7af80d8fc6c53e68c [diff] |
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>