[RFT] mac80211 7.2 update

Nishant Sharma codemarauder at gmail.com
Mon Aug 24 03:08:29 PDT 2026



On 24 August 2026 2:59:47 am UTC, Rosen Penev <rosenp at gmail.com> wrote:
>>
>> I have a mac80211 backports update to v7.2 in my staging tree at
>> https://git.openwrt.org/openwrt/staging/nbd
>>
>> If you can, please test it on non-mt76 devices (especially
>> ath11k/ath12k), and let me know if it works for you.
>> I'd like to push this soon.
>I thought of another problem. ath9k upstream switched to using #ifdef
>CONFIG_ATH9K_AHB for gpio, which can never be true as the ath9k config
>does not define it. Maybe IS_REACHABLE is needed. Not sure.
>

It may or may not be related but on MikroTik RB951Ui-2HnD (AR9340 Rev:3)

- OpenWrt 23.05 (kernel 5.15.137, backports 6.1.24): works fine
- OpenWrt 24.10.3 (kernel 6.6.104, backports 6.12.44): crashes at 
  module load

I haven't tested on 24.10.8 or 25.x.

dmesg on 24.10.3:
  ath: phy0: request GPIO11 failed:-517
  WARNING: CPU: 0 PID: 626 at hw.c:2920 [ath9k]

GPIO11 is the WLAN LED on this board. It seems the GPIO controller isn't ready when ath9k probes.

Workaround I found was adding a sysfs LED entry (sysfs='ath9k-phy0') in /etc/config/system and it makes the crash disappear. Although the LED doesn't light up.

Without the LED entry it goes into a crash loop (CPU load 7+ on single-core MIPS).

Regards,
Nishant



More information about the openwrt-devel mailing list