qcacld-3.0: Force set channel switch by command

It will reject channel switch command for STA+SAP concurrency case
since not force set channel switch.

Change-Id: Id032d5f931aa78cf24fda7e1fc1cc1d8ec58008f
CRs-Fixed: 2246121
This commit is contained in:
Wu Gao
2018-05-22 14:49:59 +08:00
committed by nshrivas
parent cfd03b1b92
commit 9daee1a084

View File

@@ -6747,7 +6747,7 @@ static int drv_cmd_set_channel_switch(struct hdd_adapter *adapter,
hdd_debug("CH:%d BW:%d", chan_number, chan_bw);
status = hdd_softap_set_channel_change(dev, chan_number, width, false);
status = hdd_softap_set_channel_change(dev, chan_number, width, true);
if (status) {
hdd_err("Set channel change fail");
return status;