Mieczyslaw Nalewaj

Results 224 comments of Mieczyslaw Nalewaj

ath12k and rtl are not migrated yet (https://github.com/openwrt/openwrt/pull/18911#issuecomment-2907636643) The patches for them are temporarily removed (https://github.com/openwrt/openwrt/pull/18911/commits/e76d4c053c4c6892f588081dc7dd400f4000c6e6) to allow compilation.

I have a problem compiling rtw88 for kernel 6.6. The usb.c file contains the constant WQ_BH and this was added to the kernel with the patch https://github.com/torvalds/linux/commit/4cb1ef64609f9b0254184b2947824f4b46ccab22. @Noltari Could you...

The rtw_usb_init_rx function code from backports version 6.14.5 has more differences compared to version 6.12.6. I don't know if it's enough.

Only ath12k left to update.

@Ansuel Some patches for ath12k (removed in https://github.com/openwrt/openwrt/pull/18911/commits/8bb2208559b470bc8f48a60d3761ea5af9156e2b) require an update.

@mantas-p Could you renew the ath12k test?

I fixed 310-cfg80211-allow-grace-period-for-DFS-available-after-.patch. You can test again.

Warning is in the code: ``` int nl80211_chan_width_to_mhz(enum nl80211_chan_width chan_width) { int mhz; switch (chan_width) { case NL80211_CHAN_WIDTH_1: mhz = 1; break; ... case NL80211_CHAN_WIDTH_320: mhz = 320; break; default:...

@mantas-p Could you repeat the tests? The crash problem is solved now.

Please help me port ath12k/104-6 to 104-9 patches to backports 6.14.5. Ping @nbd168