wifi: driver supports NL80211 Reg changed event.
Set config_wifiDriverSupportedNl80211RegChangedEvent to true So that framework can correctly updated country code and associated channel list. Bug: 289874603 Test: Manual Change-Id: I6a259476c8cb8adb92ddd06eaf31009c9e0d6ccd
This commit is contained in:
parent
770a0aa43d
commit
c25be76c0b
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
||||
|
||||
<!-- Indicate the driver doesn't support NL80211 Reg changed event -->
|
||||
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">false</bool>
|
||||
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
|
||||
|
||||
<!-- boolean indicating whether or not to disable shutdown idle instance timer in the bridged mode when connected to a power source -->
|
||||
<bool translatable="false" name ="config_wifiFrameworkSoftApDisableBridgedModeShutdownIdleInstanceWhenCharging">true</bool>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue