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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user