sony-laptop: fully enable SNY controlled modems
[profile/ivi/kernel-adaptation-intel-automotive.git] / drivers / platform / x86 / sony-laptop.c
index b8ad71f..0fe987f 100644 (file)
@@ -1534,7 +1534,7 @@ static int sony_nc_rfkill_set(void *data, bool blocked)
        int argument = sony_rfkill_address[(long) data] + 0x100;
 
        if (!blocked)
-               argument |= 0x030000;
+               argument |= 0x070000;
 
        return sony_call_snc_handle(sony_rfkill_handle, argument, &result);
 }