Merge "qcacmn: Pebble bring-up changes in Umac and target_if layer"

This commit is contained in:
Linux Build Service Account
2023-04-21 09:15:21 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 d5900af48a
共有 11 個文件被更改,包括 71 次插入7 次删除

查看文件

@@ -873,6 +873,11 @@ bool dfs_is_true_160mhz_supported(struct wlan_dfs *dfs)
if (tgt_tx_ops->tgt_is_tgt_type_qcn9160 &&
tgt_tx_ops->tgt_is_tgt_type_qcn9160(target_type))
return true;
if (tgt_tx_ops->tgt_is_tgt_type_qcn6432 &&
tgt_tx_ops->tgt_is_tgt_type_qcn6432(target_type))
return true;
return false;
}