qcacmn: Datapath init-deinit changes

Do a logical split of dp_soc_attach and
dp_pdev_attach into Allocation and initialization
and dp_soc_detach and dp_pdev_detach into
de-initialization and free routines

Change-Id: I23bdca0ca86db42a4d0b2554cd60d99bb207a647
此提交包含在:
phadiman
2020-04-30 23:06:48 +05:30
提交者 Gerrit - the friendly Code Review server
父節點 e4a31a803d
當前提交 1f3652debc
共有 20 個檔案被更改,包括 2847 行新增2377 行删除

查看文件

@@ -63,6 +63,8 @@ int htt_wbm_event_record(struct htt_logger *h, uint8_t tx_status,
#endif
void htt_htc_pkt_pool_free(struct htt_soc *soc);
#define HTT_TX_MUTEX_TYPE qdf_spinlock_t
#define HTT_TX_MUTEX_INIT(_mutex) \