aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.h
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2011-07-01 05:34:39 -0400
committerMatthew Garrett <mjg@redhat.com>2011-08-05 14:46:04 -0400
commitfddbfed595b307f9dddc7a86ddfbcbcb80141e28 (patch)
tree8107abe6a86fb4371744b9000520efc843359a5a /drivers/platform/x86/asus-wmi.h
parent3df5fdadf6400373a696bb14e27d4771e5f6afb3 (diff)
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.h1
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;
37 37
38struct asus_wmi_driver { 38struct asus_wmi_driver {
39 bool hotplug_wireless; 39 bool hotplug_wireless;
40 int wapf;
40 41
41 const char *name; 42 const char *name;
42 struct module *owner; 43 struct module *owner;