aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/rfkill.h
diff options
context:
space:
mode:
authorIvo van Doorn <IvDoorn@gmail.com>2007-09-13 09:21:31 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:49:23 -0700
commite0665486b78b8efb9c25019ad29b4a4c9c1e9dfc (patch)
treeb18f2c738eb10d6afcf7bf751b4c16056c3e248c /include/linux/rfkill.h
parent[RFKILL]: Remove IRDA (diff)
downloadwireguard-linux-e0665486b78b8efb9c25019ad29b4a4c9c1e9dfc.tar.xz
wireguard-linux-e0665486b78b8efb9c25019ad29b4a4c9c1e9dfc.zip
[RFKILL]: Add support for ultrawideband
This patch will add support for UWB keys to rfkill, support for this has been requested by Inaky. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r--include/linux/rfkill.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index c4546e15c853..f9a50dab4168 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -31,10 +31,12 @@
* enum rfkill_type - type of rfkill switch.
* RFKILL_TYPE_WLAN: switch is no a Wireless network devices.
* RFKILL_TYPE_BlUETOOTH: switch is on a bluetooth device.
+ * RFKILL_TYPE_UWB: switch is on a Ultra wideband device.
*/
enum rfkill_type {
RFKILL_TYPE_WLAN ,
RFKILL_TYPE_BLUETOOTH,
+ RFKILL_TYPE_UWB,
RFKILL_TYPE_MAX,
};