iwlwifi (AX210)

2021-10-24 Thread Kyle Evans
le of the local hacks that I've put together, but it'd be nice to understand what's going on... a cursory review of the path from net80211 through to iwlwifi didn't seem to turn up anything too hinky. I haven't tested whether there's some difference in specific ssid vs. wildcard ssid. Thoughts? Thanks, Kyle Evans

Re: [iwlwifi] fail to load firmware

2021-12-29 Thread Kyle Evans
der.conf syntax doesn't allow you to say, > foo-bar-baz_load="YES". > FWIW you can work around this, but it's ugly. We offer ${module}_name to specify the actual name of a module, so: my_fw_with_dashes_load="YES" my_fw_with_dashes_name="my-fw-with-dashes" Thanks, Kyle Evans

Re: iwlwifi auth->scan error/panic

2022-01-11 Thread Kyle Evans
mq.c:509 (repeated at least a dozen times) panic: lkpi_sta_assoc_to_auth: lsta ... state not AUTH: 0 ... Related? This is with main at bec766282f242aab3a4bfba402ea74cb0ccf96fb ("LinuxKPi: 802.11 fix locking ..."). I'm seeing this on maybe 70-80% of boots now, while the last snapshot before it entered the tree was relatively-ish stable. Thanks, Kyle Evans

Re: stable/13 synched up to with main again; more to come to main

2022-04-14 Thread Kyle Evans
On Thu, Apr 14, 2022 at 5:29 PM Tomoaki AOKI wrote: > > On Thu, 14 Apr 2022 18:20:59 + (UTC) > "Bjoern A. Zeeb" wrote: > > > Hi, > > > > I believe I have merged all outstanding changes from main to stable/13 > > (apart from rtw88). > > > > In case you were applying patches or cherry-picked ch