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)
commita89e828397abbefdc5c3b707521f6b73471b43c8
tree06638806f8637442e2314374c954265c3e104f78
parenta29ae23f687649c35b1520a8f986497637a0cc62
be2net: fix a crash seen during insmod/rmmod test

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>
drivers/net/benet/be_main.c