Skip to content

Commit 6c9a0f9

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
brcmfmac: Re-enable firmware roaming support
As of 4.18, a firmware that implements the update_connect_params method but doesn't claim to support roaming causes an error. We disabled firmware roaming in 4.4 [1] because it appeared to prevent disconnects, but let's try with the current firmware to see if things have improved. [1] dd91880 Signed-off-by: Phil Elwell <[email protected]>
1 parent 2906324 commit 6c9a0f9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static int brcmf_fcmode;
5959
module_param_named(fcmode, brcmf_fcmode, int, 0);
6060
MODULE_PARM_DESC(fcmode, "Mode of firmware signalled flow control");
6161

62-
static int brcmf_roamoff = 1;
62+
static int brcmf_roamoff;
6363
module_param_named(roamoff, brcmf_roamoff, int, 0400);
6464
MODULE_PARM_DESC(roamoff, "Do not use internal roaming engine");
6565

0 commit comments

Comments
 (0)