Commit 42bbe30
committed
brcmfmac: Add power_save_disable module parameter
The power_save_disable module parameter allows power management to be
disabled from start of day, e.g. from a .conf file, without needing to
run any commands from e.g. a systemd service. It also prevents any
subsequent modifications unless the parameter is changed at runtime.
N.B. With power management disabled in this way, commands such as
"iw wlan0 get power_save" may indicated that it is enabled, but the
output in the kernel log says otherwise:
brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
See: RPi-Distro/raspi-config#282
Signed-off-by: Phil Elwell <[email protected]>1 parent a79828b commit 42bbe30
File tree
3 files changed
+8
-0
lines changed- drivers/net/wireless/broadcom/brcm80211/brcmfmac
3 files changed
+8
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3300 | 3300 | | |
3301 | 3301 | | |
3302 | 3302 | | |
| 3303 | + | |
| 3304 | + | |
3303 | 3305 | | |
3304 | 3306 | | |
3305 | 3307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments