net: Detect and ignore netif_stop_queue() calls before register_netdev()
authorGuillaume Chazarain <guichaz@gmail.com>
Sat, 6 Nov 2010 06:39:32 +0000 (06:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Nov 2010 20:17:07 +0000 (12:17 -0800)
commit18543a643fae694982c7d89c22436885f3506497
tree0674a2db40dcfd1d5c6999f600df6c8147f73df3
parent63f4e1903ae41b4e457dd4490afe0f59e7641ad6
net: Detect and ignore netif_stop_queue() calls before register_netdev()

After e6484930d7c73d324bccda7d43d131088da697b9: net: allocate tx queues in register_netdevice
These calls make net drivers oops at load time, so let's avoid people
git-bisect'ing known problems.

Signed-off-by: Guillaume Chazarain <guichaz@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h