WifiCoex: Add default channel 11 for band 40
Use default wifi channel 11 if interference from band 40 renders all 2.4GHz wifi channels unsafe for coex. Bug: 198345384 Test: adb shell cmd wifi set-coex-cell-channels lte 40 2400000 200000 -1 0, verify that coex log does not contain unsafe channel 11 Change-Id: Ifd90ed1846bc9897a88244b5fdc964143c00d702
This commit is contained in:
committed by
TreeHugger Robot
parent
fa71329aeb
commit
d92fca454d
@@ -305,6 +305,9 @@
|
||||
<wifiVictimMhz>50</wifiVictimMhz>
|
||||
<cellVictimMhz>50</cellVictimMhz>
|
||||
</neighborThresholds>
|
||||
<defaultChannels>
|
||||
<default2g>11</default2g>
|
||||
</defaultChannels>
|
||||
</params>
|
||||
</entry>
|
||||
|
||||
@@ -316,6 +319,9 @@
|
||||
<wifiVictimMhz>50</wifiVictimMhz>
|
||||
<cellVictimMhz>50</cellVictimMhz>
|
||||
</neighborThresholds>
|
||||
<defaultChannels>
|
||||
<default2g>11</default2g>
|
||||
</defaultChannels>
|
||||
</params>
|
||||
</entry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user