Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Clausen and committed by
Johannes Berg
0efbb786 9b7a86f3

+15
+12
Documentation/kernel-parameters.txt
··· 3180 3180 3181 3181 retain_initrd [RAM] Keep initrd memory after extraction 3182 3182 3183 + rfkill.default_state= 3184 + 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm, 3185 + etc. communication is blocked by default. 3186 + 1 Unblocked. 3187 + 3188 + rfkill.master_switch_mode= 3189 + 0 The "airplane mode" button does nothing. 3190 + 1 The "airplane mode" button toggles between everything 3191 + blocked and the previous configuration. 3192 + 2 The "airplane mode" button toggles between everything 3193 + blocked and everything unblocked. 3194 + 3183 3195 rhash_entries= [KNL,NET] 3184 3196 Set number of hash buckets for route cache 3185 3197
+3
Documentation/rfkill.txt
··· 25 25 - soft block: writable radio block (need not be readable) that is set by 26 26 the system software. 27 27 28 + The rfkill subsystem has two parameters, rfkill.default_state and 29 + rfkill.master_switch_mode, which are documented in kernel-parameters.txt. 30 + 28 31 29 32 2. Implementation details 30 33