aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rfkill.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r--include/linux/rfkill.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index a8a6ea809da0..c4546e15c853 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -31,13 +31,11 @@
31 * enum rfkill_type - type of rfkill switch. 31 * enum rfkill_type - type of rfkill switch.
32 * RFKILL_TYPE_WLAN: switch is no a Wireless network devices. 32 * RFKILL_TYPE_WLAN: switch is no a Wireless network devices.
33 * RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device. 33 * RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device.
34 * RFKILL_TYPE_IRDA: switch is on an infrared devices.
35 */ 34 */
36enum rfkill_type { 35enum rfkill_type {
37 RFKILL_TYPE_WLAN = 0, 36 RFKILL_TYPE_WLAN ,
38 RFKILL_TYPE_BLUETOOTH = 1, 37 RFKILL_TYPE_BLUETOOTH,
39 RFKILL_TYPE_IRDA = 2, 38 RFKILL_TYPE_MAX,
40 RFKILL_TYPE_MAX = 3,
41}; 39};
42 40
43enum rfkill_state { 41enum rfkill_state {