diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2011-07-01 11:34:39 +0200 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-08-05 14:46:04 -0400 |
commit | fddbfed595b307f9dddc7a86ddfbcbcb80141e28 (patch) | |
tree | 8107abe6a86fb4371744b9000520efc843359a5a /drivers/platform/x86/asus-wmi.h | |
parent | 3df5fdadf6400373a696bb14e27d4771e5f6afb3 (diff) | |
download | blackbird-op-linux-fddbfed595b307f9dddc7a86ddfbcbcb80141e28.tar.gz blackbird-op-linux-fddbfed595b307f9dddc7a86ddfbcbcb80141e28.zip |
asus-wmi: add CWAP support and clarify the meaning of WAPF bits
ref: http://dev.iksaif.net/projects/3/wiki/Asus-laptop_WAPF
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/asus-wmi.h')
-rw-r--r-- | drivers/platform/x86/asus-wmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-wmi.h b/drivers/platform/x86/asus-wmi.h index 4da61033bcb9..8147c10161cc 100644 --- a/drivers/platform/x86/asus-wmi.h +++ b/drivers/platform/x86/asus-wmi.h @@ -37,6 +37,7 @@ struct asus_wmi; struct asus_wmi_driver { bool hotplug_wireless; + int wapf; const char *name; struct module *owner; |