diff options
author | Andrew Clausen <andrew.p.clausen@gmail.com> | 2015-01-09 20:24:55 +0000 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-01-09 23:22:12 +0100 |
commit | 0efbb786f1a3e13d28861ff41aae8dc4be314608 (patch) | |
tree | 944ba154e53160e80cec8ff7c7a0264c18830128 /Documentation/rfkill.txt | |
parent | 9b7a86f3514dd5cb4a6787292781daae65a29a10 (diff) | |
download | kernel_i9300_mainline-0efbb786f1a3e13d28861ff41aae8dc4be314608.zip kernel_i9300_mainline-0efbb786f1a3e13d28861ff41aae8dc4be314608.tar.gz kernel_i9300_mainline-0efbb786f1a3e13d28861ff41aae8dc4be314608.tar.bz2 |
rfkill: document rfkill module parameters
Document the rfkill module parameters default_state and
master_switch_mode.
Signed-off-by: Andrew Clausen <andrew.p.clausen@gmail.com>
[rewrite commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation/rfkill.txt')
-rw-r--r-- | Documentation/rfkill.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/rfkill.txt b/Documentation/rfkill.txt index 427e897..2ee6ef9 100644 --- a/Documentation/rfkill.txt +++ b/Documentation/rfkill.txt @@ -25,6 +25,9 @@ whether they can be changed or not: - soft block: writable radio block (need not be readable) that is set by the system software. +The rfkill subsystem has two parameters, rfkill.default_state and +rfkill.master_switch_mode, which are documented in kernel-parameters.txt. + 2. Implementation details |