[PATCH v3] ath10k: Don't always treat modem stop events as crashes

2021-09-22 Thread Stephen Boyd
When rebooting on sc7180 Trogdor devices I see the following crash from the wifi driver. ath10k_snoc 1880.wifi: firmware crashed! (guid 83493570-29a2-4e98-a83e-70048c47669c) This is because a modem stop event looks just like a firmware crash to the driver, the qmi connection is closed in bo

Re: [PATCH] ath10k: Don't always treat modem stop events as crashes

2021-09-22 Thread Stephen Boyd
Quoting pill...@codeaurora.org (2021-09-21 22:35:34) > > > On 9/5/21 4:04 PM, Stephen Boyd wrote: > > > +static int ath10k_snoc_modem_notify(struct notifier_block *nb, unsigned > > long [...] > > > + > > > + return NOTIFY_OK; > > > +} > > > > Thanks for posting the patch. It would be pref

Re: ath10k: qca4019: FW crash on 5GHz when baseEepHeader.nonLinearTxFir == 1

2021-09-22 Thread Sven Eckelmann
On Friday, 17 September 2021 18:25:35 CEST Sven Eckelmann wrote: [...] > Interestingly, the crash disappeared when I've changed > baseEepHeader.nonLinearTxFir (offset 0xc2 in the BDF) from 1 to 0. > > The device itself was using firmware 10.4-3.6-00140 (the version currently in > linux-firmware)