From: David S. Miller Date: Wed, 23 Jul 2008 01:32:47 +0000 (-0700) Subject: ipw2200: Call netif_*_queue() interfaces properly. X-Git-Tag: v2.6.27-rc1~860^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521c4d96e0840ecce25b956e00f416ed499ef2ba;p=pandora-kernel.git ipw2200: Call netif_*_queue() interfaces properly. netif_carrier_{on,off}() handles starting and stopping packet flow into the driver. So there is no reason to invoke netif_stop_queue() and netif_wake_queue() in response to link status events. Signed-off-by: David S. Miller --- Reading git-diff-tree failed