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 176d4fe4f076..2089c051f23f 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -3207,6 +3207,18 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
3207 3207
3208 retain_initrd [RAM] Keep initrd memory after extraction 3208 retain_initrd [RAM] Keep initrd memory after extraction
3209 3209
3210 rfkill.default_state=
3211 0 "airplane mode". All wifi, bluetooth, wimax, gps, fm,
3212 etc. communication is blocked by default.
3213 1 Unblocked.
3214
3215 rfkill.master_switch_mode=
3216 0 The "airplane mode" button does nothing.
3217 1 The "airplane mode" button toggles between everything
3218 blocked and the previous configuration.
3219 2 The "airplane mode" button toggles between everything
3220 blocked and everything unblocked.
3221
3210 rhash_entries= [KNL,NET] 3222 rhash_entries= [KNL,NET]
3211 Set number of hash buckets for route cache 3223 Set number of hash buckets for route cache
3212 3224