diff options
author | Andrew Clausen <andrew.p.clausen@gmail.com> | 2015-01-09 23:24:55 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-01-10 01:22:12 +0300 |
commit | 0efbb786f1a3e13d28861ff41aae8dc4be314608 (patch) | |
tree | 944ba154e53160e80cec8ff7c7a0264c18830128 /Documentation/kernel-parameters.txt | |
parent | 9b7a86f3514dd5cb4a6787292781daae65a29a10 (diff) | |
download | linux-0efbb786f1a3e13d28861ff41aae8dc4be314608.tar.xz |
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/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index eacb2e0397ae..f55d4658b079 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -3180,6 +3180,18 @@ bytes respectively. Such letter suffixes can also be entirely omitted. retain_initrd [RAM] Keep initrd memory after extraction + rfkill.default_state= + 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm, + etc. communication is blocked by default. + 1 Unblocked. + + rfkill.master_switch_mode= + 0 The "airplane mode" button does nothing. + 1 The "airplane mode" button toggles between everything + blocked and the previous configuration. + 2 The "airplane mode" button toggles between everything + blocked and everything unblocked. + rhash_entries= [KNL,NET] Set number of hash buckets for route cache |