diff options
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 298dac9c6ada..7f7573a30ddc 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -835,8 +835,7 @@ static int eeepc_hotk_resume(struct acpi_device *device) | |||
835 | wlan = get_acpi(CM_ASL_WLAN); | 835 | wlan = get_acpi(CM_ASL_WLAN); |
836 | set_acpi(CM_ASL_WLAN, wlan); | 836 | set_acpi(CM_ASL_WLAN, wlan); |
837 | 837 | ||
838 | rfkill_set_sw_state(ehotk->wlan_rfkill, wlan != 1); | 838 | /* Refresh both rfkill state and pci hotplug */ |
839 | |||
840 | eeepc_rfkill_hotplug(); | 839 | eeepc_rfkill_hotplug(); |
841 | } | 840 | } |
842 | 841 | ||