be2net: fix a crash seen during insmod/rmmod test
authorAjit Khaparde <ajit.khaparde@emulex.com>
Tue, 1 Feb 2011 23:41:13 +0000 (15:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Feb 2011 23:41:13 +0000 (15:41 -0800)
While running insmod/rmood in a loop, an unnecessary netif_stop_queue
causes the system to crash. Remove the netif_stop_queue call
and netif_start_queue in the link status update path.

Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found