Skip to content

Commit

Permalink
[PATCH] libertas: fixed kernel oops on module/card removal
Browse files Browse the repository at this point in the history
Fixed kernel oops on module/card removal (using dongles)

Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis Carlos Cobo authored and John W. Linville committed Jun 11, 2007
1 parent b46794d commit 0681f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ static int wlan_dev_close(struct net_device *dev)
lbs_deb_enter(LBS_DEB_NET);

netif_carrier_off(priv->dev);
netif_carrier_off(priv->mesh_dev);
priv->open = 0;

lbs_deb_leave(LBS_DEB_NET);
Expand Down

0 comments on commit 0681f98

Please sign in to comment.