Re: [PATCH v3] ath10k: add flag to protect napi operation to avoid dead loop hang

2020-12-16 Thread Kalle Valo
Wen Gong wrote: > It happened "Kernel panic - not syncing: hung_task: blocked tasks" when > test simulate crash and ifconfig down/rmmod meanwhile. > > Test steps: > > 1.Test commands, either can reproduce the hang for PCIe, SDIO and SNOC. > echo soft >

Re: [PATCH] ath10k: Fix error handling in case of CE pipe init failure

2020-12-16 Thread Kalle Valo
Rakesh Pillai wrote: > Currently if the copy engine pipe init fails for snoc based > chipsets, the rri is not freed. > > Fix this error handling for copy engine pipe init > failure. > > Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1 > > Fixes: 4945af5b264f ("ath10k: enable

Re: [PATCH v2] ath10k: Remove voltage regulator votes during wifi disable

2020-12-16 Thread Kalle Valo
Rakesh Pillai wrote: > When the wlan is disabled, i.e when all the interfaces are > deleted, voltage regulator votes are not removed. This leads > to more power consumption even when wlan is disabled. > > Move the adding/removing of voltage regulator votes as part > of hif power on/off in SNOC

RE: [PATCH 0/3] mac80211: Trigger disconnect for STA during recovery

2020-12-16 Thread Rakesh Pillai
> From: Ben Greear > > On 12/15/20 9:21 AM, Youghandhar Chintala wrote: > > From: Rakesh Pillai > > > > Currently in case of target hardware restart ,we just reconfig and > > re-enable the security keys and enable the network queues to start > > data traffic back from where it was