rany2
rany2
When this issue happens, what is the output of `tail /sys/kernel/debug/ieee80211/*/aql_pending` on the AP?
It looks like https://github.com/openwrt/openwrt/commit/fe9d2ccbc3d9dc0852df474f0e3cc07f93beae8b should resolve this issue but please correct me if I'm mistaken.
These are the values the bot expects: https://github.com/openwrt/openwrt/issues/15327 Instead of providing the commit, you need to either call `./scripts/getver.sh` on the commit you built from or from the MOTD or...
@saber716rus "ZZ" is just a placeholder for your country code.
I think maybe https://github.com/openwrt/openwrt/commit/472312f83f886a0749672a634948726fda9c2401 should be backported? Edit: Nevermind, that's not it; it's already backported in 23.05.3 and doesn't seem to cause this issue in the first place. Sorry about...
> That is not what `.gitignore` does. It only specifies files that git **should** ignore. It doesn;t prevent such files from being committed: `git add -f && git commit`. >...
@oliv3r Is there a reason why you aren't doing something like `git ls-files 'target/*/config-6.1'`?
This is expected, you could use my tree if you want mtk's patches working on snapshot: https://github.com/rany2/openwrt/commits/main_w_mtk/ Alternatively, you could try to apply the relevant patches yourself from https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/+/refs/heads/master/autobuild_mac80211_release/package/kernel/mt76/patches/
@lePaulo You could use my OpenWRT tree https://github.com/rany2/openwrt. It has the patches updated. Just note that you also need mac80211 patches.
> or should I simply change some Makefiles to avoid `mt7986_wo_0.bin` file getting included twice? You should just deselect `mt7986-wo-firmware` as it is already provided by `mt7986-firmware` from the Makefile...