Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Detect and ignore netif_stop_queue() calls before register_netdev()
After e648493: 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>
- Loading branch information