]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - drivers
hostap: remove netif_stop_queue from init
authorMeelis Roos <mroos@linux.ee>
Fri, 17 Dec 2010 21:27:50 +0000 (23:27 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 20 Dec 2010 19:22:07 +0000 (14:22 -0500)
commitb2b7ab22fa2e619c20917e825c0da7212ca2efc9
treeb383e1fa780f4bde2dfe2146d5c194a868ab1c92
parent9f333281a7da4c3a59bccc0cb53f7590eb850d93
hostap: remove netif_stop_queue from init

Fix runtime warning with backtrace from hostap by removing
netif_stop_queue() call before register_netdev. Tested to work fine on
hostap_pci Prism 2.5.

(This removes a warning about calling netif_stop_queue before
register_netdev is called. -- JWL)

Signed-off-by: Meelis Roos <mroos@linux.ee>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_main.c