From: Bob Copeland Date: Tue, 24 Mar 2009 03:35:37 +0000 (-0400) Subject: ath5k: properly drop packets from ops->tx X-Git-Tag: v2.6.30-rc1~642^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0fe8ac70f81b5b91156736066e6445d0dcc61f;p=pandora-kernel.git ath5k: properly drop packets from ops->tx We shouldn't return NETDEV_TX_BUSY from the TX callback, especially after we've mucked with the sk_buffs. Drop the packets and return NETDEV_TX_OK. Changes-licensed-under: 3-Clause-BSD Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed