Re: Warning at drivers/net/wireless/ath/ath10k/mac.c:5625 ath10k_bss_info_changed

From: Claire Chang
Date: Mon Mar 25 2019 - 23:46:45 EST


Hi

On Tue, Mar 26, 2019 at 12:49 AM Brian Norris <briannorris@xxxxxxxxxxxx> wrote:
>
> Hi Kalle,
>
> On Fri, Mar 8, 2019 at 2:58 AM Kalle Valo <kvalo@xxxxxxxxxxxxxx> wrote:
> > Gabriel C <nix.or.die@xxxxxxxxx> writes:
> > > Am Mo., 4. MÃrz 2019 um 12:59 Uhr schrieb Kalle Valo <kvalo@xxxxxxxxxxxxxx>:
> > >> Gabriel C <nix.or.die@xxxxxxxxx> writes:
> > >> > I reported that twice and no one seems to care about.
> > >> >
> > >> > http://lists.infradead.org/pipermail/ath10k/2018-November/012398.html
> > >> > http://lists.infradead.org/pipermail/ath10k/2018-December/012658.html
> > >>
> > >> Does this patch help:
> > >>
> > >> ath10k: Drop WARN_ON()s that always trigger during system resume
> > >>
> > >> https://patchwork.kernel.org/patch/10837139/
> > >>
> > >
> > > Without to test this patch I can confirm it will help , I dropped the
> > > WARN_ON()'s in 4.19 already.
> > > If I remember right 4.19 has one WARN_ON() triggers while 4.20 got two.
> >
> > Ok, thanks. I'll try to get this patch to 5.1.
>
> Ping? Is there any solution queued anywhere? It's kinda sad how long
> this has sat here.
>
> Brian

Do we need to set mcast rate and basic rates during/after system resume?
Dropping the WARN_ON() will solve the warning issue, but won't make
those rates set properly.