aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4df73da11adc..cdb815e833b5 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -3206,6 +3206,18 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
3206 3206
3207 retain_initrd [RAM] Keep initrd memory after extraction 3207 retain_initrd [RAM] Keep initrd memory after extraction
3208 3208
3209 rfkill.default_state=
3210 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
3211 etc. communication is blocked by default.
3212 1 Unblocked.
3213
3214 rfkill.master_switch_mode=
3215 0 The "airplane mode" button does nothing.
3216 1 The "airplane mode" button toggles between everything
3217 blocked and the previous configuration.
3218 2 The "airplane mode" button toggles between everything
3219 blocked and everything unblocked.
3220
3209 rhash_entries= [KNL,NET] 3221 rhash_entries= [KNL,NET]
3210 Set number of hash buckets for route cache 3222 Set number of hash buckets for route cache
3211 3223