cnss: save the cc source to platform driver
There is a design limitation in host driver. Driver
sends regulatory_hint_user for both user-space and
11d country to kernel. So when wiphy re-registration
happens, kernel tells the source as USER even for 11d.
And per driver logic the 11d needs to be disabled
if INI gCountryCodePriority is set.
To mitigate this issue, storing the country source
in the platform driver.
CRs-Fixed: 2036118
Change-Id: I39f95b5928f6dcc7342a369e16c0ae77f56a4a1b
Signed-off-by:
Paul Zhang <paulz@codeaurora.org>
Loading
Please register or sign in to comment