From: Meelis Roos Date: Fri, 17 Dec 2010 21:27:50 +0000 (+0200) Subject: hostap: remove netif_stop_queue from init X-Git-Tag: v2.6.37-rc8~13^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b7ab22fa2e619c20917e825c0da7212ca2efc9;p=pandora-kernel.git 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 Acked-by: David S. Miller Signed-off-by: John W. Linville --- Reading git-diff-tree failed