mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
network: wireless: bcm4329: Fix wlan card removal
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
a1eb0b3d9f
commit
3e82dd2356
@@ -150,8 +150,8 @@ static int wifi_remove(struct platform_device *pdev)
|
||||
DHD_TRACE(("## %s\n", __FUNCTION__));
|
||||
wifi_control_data = wifi_ctrl;
|
||||
|
||||
wifi_set_carddetect(0); /* CardDetect (1->0) */
|
||||
wifi_set_power(0, 0); /* Power Off */
|
||||
wifi_set_carddetect(0); /* CardDetect (1->0) */
|
||||
|
||||
up(&wifi_control_sem);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user