qcacmn: Target_if changes for QCN9100 bringup
Initial changes for bring up of QCN9100 in target_if layer Change-Id: I216cb52001b6e0c87a1c4b45990aad0ea83b4933
Этот коммит содержится в:

коммит произвёл
snandini

родитель
6756b1a5aa
Коммит
42c974a68d
@@ -974,6 +974,7 @@ struct wlan_lmac_if_dfs_tx_ops {
|
||||
* @tgt_is_tgt_type_qca9888: To check QCA9888 target type.
|
||||
* @tgt_is_tgt_type_adrastea: To check QCS40X target type.
|
||||
* @tgt_is_tgt_type_qcn9000: To check QCN9000 (Pine) target type.
|
||||
* @tgt_is_tgt_type_qcn9100: To check QCN9100 (Spruce) target type.
|
||||
* @tgt_get_tgt_type: Get target type
|
||||
* @tgt_get_tgt_version: Get target version
|
||||
* @tgt_get_tgt_revision: Get target revision
|
||||
@@ -985,6 +986,7 @@ struct wlan_lmac_if_target_tx_ops {
|
||||
bool (*tgt_is_tgt_type_qca9888)(uint32_t);
|
||||
bool (*tgt_is_tgt_type_adrastea)(uint32_t);
|
||||
bool (*tgt_is_tgt_type_qcn9000)(uint32_t);
|
||||
bool (*tgt_is_tgt_type_qcn9100)(uint32_t);
|
||||
uint32_t (*tgt_get_tgt_type)(struct wlan_objmgr_psoc *psoc);
|
||||
uint32_t (*tgt_get_tgt_version)(struct wlan_objmgr_psoc *psoc);
|
||||
uint32_t (*tgt_get_tgt_revision)(struct wlan_objmgr_psoc *psoc);
|
||||
|
Ссылка в новой задаче
Block a user