diff options
author | Ivo van Doorn <IvDoorn@gmail.com> | 2007-09-13 03:21:31 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:49:23 -0400 |
commit | e0665486b78b8efb9c25019ad29b4a4c9c1e9dfc (patch) | |
tree | b18f2c738eb10d6afcf7bf751b4c16056c3e248c /net/rfkill/rfkill.c | |
parent | 234a0ca6f1d67ba4c3c3fc8378bbd98d722468e1 (diff) |
[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 'net/rfkill/rfkill.c')
-rw-r--r-- | net/rfkill/rfkill.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c index 50e010272e47..03ed7fd8afe0 100644 --- a/net/rfkill/rfkill.c +++ b/net/rfkill/rfkill.c | |||
@@ -106,6 +106,9 @@ static ssize_t rfkill_type_show(struct device *dev, | |||
106 | case RFKILL_TYPE_BLUETOOTH: | 106 | case RFKILL_TYPE_BLUETOOTH: |
107 | type = "bluetooth"; | 107 | type = "bluetooth"; |
108 | break; | 108 | break; |
109 | case RFKILL_TYPE_UWB: | ||
110 | type = "ultrawideband"; | ||
111 | break; | ||
109 | default: | 112 | default: |
110 | BUG(); | 113 | BUG(); |
111 | } | 114 | } |