diff options
Diffstat (limited to 'Documentation/rfkill.txt')
-rw-r--r-- | Documentation/rfkill.txt | 7 |
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 | =============================================================================== |
9 | 1: Implementation details | 9 | 1: Implementation details |
10 | 10 | ||
11 | The rfkill switch subsystem exists to add a generic interface to circuitry that | ||
12 | can enable or disable the RF output of a radio *transmitter* of any type. | ||
13 | |||
14 | When 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 | ||
16 | transmitter is *disabled*. | ||
17 | |||
11 | The rfkill switch subsystem offers support for keys often found on laptops | 18 | The rfkill switch subsystem offers support for keys often found on laptops |
12 | to enable wireless devices like WiFi and Bluetooth. | 19 | to enable wireless devices like WiFi and Bluetooth. |
13 | 20 | ||