aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rfkill.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2009-08-02 02:36:49 +0300
committerJohn W. Linville <linville@tuxdriver.com>2009-08-04 16:44:23 -0400
commit3ad201496badddd8e1cda87ee6d29e8b3b8e1279 (patch)
tree2dae92ff7b85a46939ecb7d9effd2d5f36d5e8bb /include/linux/rfkill.h
parentdrivers/net/wireless: Use DIV_ROUND_CLOSEST (diff)
downloadlinux-dev-3ad201496badddd8e1cda87ee6d29e8b3b8e1279.tar.xz
linux-dev-3ad201496badddd8e1cda87ee6d29e8b3b8e1279.zip
rfkill: add the GPS radio type
Althoug GPS is a technology w/o transmitting radio and thus not a primary candidate for rfkill switch, rfkill gives unified interface point for devices with wireless technology. The input key is not supplied as it is too be deprecated. Cc: johannes@sipsolutions.net Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/rfkill.h')
-rw-r--r--include/linux/rfkill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index 10202903141a..21ca51bf4dd2 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -47,6 +47,7 @@ enum rfkill_type {
RFKILL_TYPE_UWB,
RFKILL_TYPE_WIMAX,
RFKILL_TYPE_WWAN,
+ RFKILL_TYPE_GPS,
NUM_RFKILL_TYPES,
};