Moto uses vendor.wifi.certchannel to set single channel
for ACS
Change-Id: I6990b132d972f4a0bc2d4901b0c9e38cd5956d84
Signed-off-by: sunyue5 <sunyue5@motorola.com>
Reviewed-on: https://gerrit.mot.com/
1358073
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Hua Tan <tanhua1@motorola.com>
Submit-Approved: Jira Key
}
}
- if (num_channels == 1) {
+ /* BEGIN IKSAMP-9148, moto acs policy for vendor.wifi.certchannel */
+ if (num_channels == 1 && freq_list_len != 1) {
+ /* END IKSAMP-9148, moto acs policy */
memset(&acs_selected_channels, 0, sizeof(acs_selected_channels));
acs_selected_channels.ch_width = 20;
acs_selected_channels.hw_mode = request->hw_mode;