Skip to content

Commit a0daa3f

Browse files
committed
brcmfmac: do not use internal roaming engine by default
Some evidence of curing disconnects with this disabled, so make it a default. Can be overridden with module parameter roamoff=0 See: http://projectable.me/optimize-my-pi-wi-fi/
1 parent 3b142d2 commit a0daa3f

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
@@ -69,7 +69,7 @@ static int brcmf_fcmode;
6969
module_param_named(fcmode, brcmf_fcmode, int, 0);
7070
MODULE_PARM_DESC(fcmode, "Mode of firmware signalled flow control");
7171

72-
static int brcmf_roamoff;
72+
static int brcmf_roamoff = 1;
7373
module_param_named(roamoff, brcmf_roamoff, int, S_IRUSR);
7474
MODULE_PARM_DESC(roamoff, "Do not use internal roaming engine");
7575

0 commit comments

Comments
 (0)