Merge "qcacmn: Pebble bring-up changes in Umac and target_if layer"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

當前提交
d5900af48a
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user