Skip to content

Commit 5c054a9

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
brcmfmac: Disable power management
Disable wireless power saving in the brcmfmac WLAN driver. This is a temporary measure until the connectivity loss resulting from power saving is resolved. Signed-off-by: Phil Elwell <[email protected]>
1 parent eea8a0d commit 5c054a9

File tree

1 file changed

+2
-0
lines changed
  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

1 file changed

+2
-0
lines changed

drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,8 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev,
26232623
* preference in cfg struct to apply this to
26242624
* FW later while initializing the dongle
26252625
*/
2626+
pr_info("power management disabled\n");
2627+
enabled = false;
26262628
cfg->pwr_save = enabled;
26272629
if (!check_vif_up(ifp->vif)) {
26282630

0 commit comments

Comments
 (0)