Skip to content

Commit e1853c8

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 df3b2fa commit e1853c8

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
@@ -2699,6 +2699,8 @@ brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev,
26992699
* preference in cfg struct to apply this to
27002700
* FW later while initializing the dongle
27012701
*/
2702+
pr_info("power management disabled\n");
2703+
enabled = false;
27022704
cfg->pwr_save = enabled;
27032705
if (!check_vif_up(ifp->vif)) {
27042706

0 commit comments

Comments
 (0)