qcacmn: Add missing fields needed for DP Interrupt timer poll

Add timer instance in dp_soc for interrupt poll, to function in
poll mode till interrupts are enabled

CRs-Fixed: 1088985
Change-Id: I0d3207fe143b30317618d78b927133c43a552ef6
This commit is contained in:
Pamidipati, Vijay
2016-11-11 20:31:33 +05:30
committed by qcabuildsw
parent 766bffb1f1
commit 692f00cfd6

View File

@@ -1037,6 +1037,8 @@ void dp_soc_detach_wifi3(void *txrx_soc)
soc->cmn_init_done = 0;
dp_soc_interrupt_detach(soc);
for (i = 0; i < MAX_PDEV_CNT; i++) {
if (soc->pdev_list[i])
dp_pdev_detach_wifi3((void *)pdev, 1);