-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8997 set region not working #366
Comments
I think this driver does not allow to change the region as well as on chips 8864/8964. |
I have another Marvell chipset 8897 and with mwlwifi driver region change works perfectly. |
Try this patch - https://github.com/ValCher1961/McDebian_WRT3200ACM/blob/master/kernel-4.19.X/regfree.patch . I use it to change the region to 8964. I do not know if it is suitable for 8997. |
Thanks! i will try it |
After going over your patch it will not solve the problem for 8997 chip... |
Sorry, I do not have a card with 8997 chip |
The same issue happened at 88w8864 chipset in WRT1900ACSv2, but I may have to install OpenWRT Snapshot to try the patch. |
I can't verify this patch, since I don't have 8864, but you can try. |
Another way can be tried, reghack (and v2), can be found at this reposity. There are discussing in OpenWrt fourm, thread 1, thread 2. |
Sounds like you purchased router for US market. And yes it will not work anywhere else. |
With mwifiex driver activated in AP mode region change working as expected so i'm pretty sure this is mwlwifi limitation. |
Yes, mwiflex is client driver it allowed to change region using 802.11d. |
Sorry, what do you mean "for AP it is prohibited"? |
Per FCC regulations (and if I am not mistaken now days ETSI as well), it is illegal for AP manufacturer to permit user selection of transmission frequency or power level outside permitted. Permits are issued by the government agency on individual basis. Usually most actual compliance work outsourced to 3rd party labs qualified by the government, but the final permit is issued by the government agency. Permitted transmission frequencies and power levels are validated during device certification to meet standards and other regulation and listed on the certificate for the device. This certification is per country as each country have different allocation for Wireless spectrum. So yes it is driver "issue", and it was done this way to meet government regulations. |
The 8997 (and 8897) are client-mode chips and mwlwifi was specifically
intended for the 8864 and 8964 AP mode chips. The fact this driver works
with the two client mode chips is incidental and this driver doesn't really
_support_ them. You should be using mwifiex for these chips.
Or you should be using the driver your module manufacturer requires
(assuming they're not being lazy and recommending this driver - if they do
that they're wrong and you should find a new vendor). For example, I know
the Laird ST60 series modules (based on 8997) are supported by Laird's own
driver (based on Marvell's vendor driver but heavily modified). Also, I
know that in the 89xx chips, there's been lots of work done to make it
difficult or impossible to change the power settings. On the newer APs that
this driver supports, the power tables are hardwired in eeprom on the
device. I know with the mentioned Laird modules, said power tables are
likewise locked in hardware and this was due in part to Marvell pushing
them to this design decision.
You aren't going to get any movement on this issue with this driver. If you
go back and read the closed issues, eventually you'll stumble upon the
maintainer (who is from Marvell) saying he won't/can't do anything about it.
- Steve
…On Wed, Sep 4, 2019 at 7:53 AM borislevin1984 ***@***.***> wrote:
Reopened #366 <#366>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#366?email_source=notifications&email_token=AACG4ERZAQQBS2J2RW3SUMDQH7DX7A5CNFSM4H4L5ES2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTNUKWII#event-2607328033>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACG4EUIFKCETG72HX7SDUDQH7DX7ANCNFSM4H4L5ESQ>
.
|
For 8997 you need to contact your module manufacturer for proper driver and firmware, and EEPROM configuration and AP (Access Point) certification for your country. And yes it's a custom work that your Wi-Fi module provider together with Marvell can do. And likely be expensive. |
Hello,
I have tried to change region with iw application and hostapd.
In hostapd attempt to change region fails after timeout.
With iw application you can see below there is just no effect for the industrial module:
Please see iw output:
iw reg get
global
country 98: DFS-UNSET
(2402 - 2472 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5330 @ 80), (N/A, 23), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
phy#0
country US: DFS-FCC
(2402 - 2472 @ 40), (N/A, 30), (N/A)
(5170 - 5250 @ 80), (N/A, 23), (N/A), AUTO-BW
(5250 - 5330 @ 80), (N/A, 23), (0 ms), DFS, AUTO-BW
(5490 - 5730 @ 160), (N/A, 23), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 30), (N/A)
(57240 - 63720 @ 2160), (N/A, 40), (N/A)
iw reg set GB
iw reg get
global
country 98: DFS-UNSET
(2402 - 2472 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5330 @ 80), (N/A, 23), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
phy#0
country US: DFS-FCC
(2402 - 2472 @ 40), (N/A, 30), (N/A)
(5170 - 5250 @ 80), (N/A, 23), (N/A), AUTO-BW
(5250 - 5330 @ 80), (N/A, 23), (0 ms), DFS, AUTO-BW
(5490 - 5730 @ 160), (N/A, 23), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 30), (N/A)
(57240 - 63720 @ 2160), (N/A, 40), (N/A)
Is there any issue with changing region with this chipset?
Thanks.
The text was updated successfully, but these errors were encountered: