aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rfkill.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/rfkill.txt')
-rw-r--r--Documentation/rfkill.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/rfkill.txt b/Documentation/rfkill.txt
index a83ff23cd68c..ec75d6d34785 100644
--- a/Documentation/rfkill.txt
+++ b/Documentation/rfkill.txt
@@ -8,6 +8,13 @@ rfkill - RF switch subsystem support
8=============================================================================== 8===============================================================================
91: Implementation details 91: Implementation details
10 10
11The rfkill switch subsystem exists to add a generic interface to circuitry that
12can enable or disable the RF output of a radio *transmitter* of any type.
13
14When a rfkill switch is in the RFKILL_STATE_ON, the radio transmitter is
15*enabled*. When the rfkill switch is in the RFKILL_STATE_OFF, the radio
16transmitter is *disabled*.
17
11The rfkill switch subsystem offers support for keys often found on laptops 18The rfkill switch subsystem offers support for keys often found on laptops
12to enable wireless devices like WiFi and Bluetooth. 19to enable wireless devices like WiFi and Bluetooth.
13 20