From: Michael Buesch Date: Sun, 15 Jun 2008 13:17:29 +0000 (+0200) Subject: b43: Do not return TX_BUSY from op_tx X-Git-Tag: v2.6.26-rc9~84^2~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e8eae0935f03e2d03a7ad7af80d8fc6c53e68c;p=pandora-kernel.git b43: 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. This will fix the resume hang. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed