qcacmn: Add cfg command to enable umac reset skeleton debug

Add cfg command to enable umac reset skeleton debug, which
when enabled will skip post reset procedure handling.

Change-Id: Ieca393e6292660bb3ada40408fd6e71ac78d0a1f
CRs-Fixed: 3296960
This commit is contained in:
Pavankumar Nandeshwar
2022-09-21 07:05:16 -07:00
کامیت شده توسط Madan Koyyalamudi
والد 238555b44c
کامیت 7dee89e9ec
3فایلهای تغییر یافته به همراه57 افزوده شده و 7 حذف شده

مشاهده پرونده

@@ -136,6 +136,7 @@ struct umac_reset_rx_actions {
* @rx_actions: callbacks for handling UMAC reset actions
* @intr_ctx_bkp: DP Interrupts ring masks backup
* @nbuf_list: skb list for delayed free
* @skel_enable: Enable skeleton code for umac reset
*/
struct dp_soc_umac_reset_ctx {
qdf_dma_addr_t shmem_paddr_unaligned;
@@ -149,6 +150,7 @@ struct dp_soc_umac_reset_ctx {
struct umac_reset_rx_actions rx_actions;
struct dp_intr_bkp *intr_ctx_bkp;
qdf_nbuf_t nbuf_list;
bool skel_enable;
};
/**