diff options
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/acer-wmi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 017b1a7eac8e..ca52639af2d1 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c | |||
@@ -1094,7 +1094,9 @@ static acpi_status WMID_set_capabilities(void) | |||
1094 | return AE_ERROR; | 1094 | return AE_ERROR; |
1095 | } | 1095 | } |
1096 | 1096 | ||
1097 | interface->capability |= ACER_CAP_WIRELESS; | 1097 | pr_info("Function bitmap for Communication Device: 0x%x\n", devices); |
1098 | if (devices & 0x07) | ||
1099 | interface->capability |= ACER_CAP_WIRELESS; | ||
1098 | if (devices & 0x40) | 1100 | if (devices & 0x40) |
1099 | interface->capability |= ACER_CAP_THREEG; | 1101 | interface->capability |= ACER_CAP_THREEG; |
1100 | if (devices & 0x10) | 1102 | if (devices & 0x10) |