Skip to content

Commit

Permalink
mvebu: fix default EU regdomain for Linksys WRT AC devices
Browse files Browse the repository at this point in the history
The mwlwifi driver sets the default country code for EU (fi-
rmware region code 0x30) certified devices to FR (France),
not DE (Germany). Whilst this is a trivial fix, novice users
may not know how mwlwifi negatively reacts to a non-matching
country code and may leave the setting alone. Especially si-
nce it is under the advanced settings section in LuCI.

Relevant mwlwifi driver code:
kaloz/mwlwifi@0a55031

The mwlwifi driver readme states "Please don't change country
code and let mwlwifi set it for you." However, OpenWrt's current
behaviour does not adhere to this with its default, 'just flashed
from factory' setting for EU devices.

Signed-off-by: Jose Olivera <oliverajeo@gmail.com>
[rebase, extend commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
  • Loading branch information
jeolives authored and adschm committed Jun 23, 2020
1 parent 472b8fc commit d0e8b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ linksys,wrt32x)
REGD=CA
;;
EU)
REGD=DE
REGD=FR
;;
US)
REGD=US
Expand Down

0 comments on commit d0e8b83

Please sign in to comment.