From: Ivo van Doorn Date: Sun, 6 Jan 2008 22:38:34 +0000 (+0100) Subject: rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY X-Git-Tag: v2.6.25-rc1~1162^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1230cb83f46731ca4eaa57c480788ed3c9d05935;p=pandora-kernel.git rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY Apparently it was possible that ieee80211_stop_queue() was not full while NETDEV_TX_BUSY was being reported back. I think that is what causing the WARN_ON(). This moves all calls to ieee80211_stop_queue() in rt2x00mac.c where it is easier to determine if the queue should be halted. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed