From 94c72da6d89f983fd209f90985798cb7f229d3e6 Mon Sep 17 00:00:00 2001 From: Shen Mintao Date: Thu, 24 Sep 2026 13:56:33 +0800 Subject: [PATCH] fix: update the Bazzite package snapshot The spec still pins e93a7d2, so Bazzite builds miss the fixes merged since: the Linux 7.1+ TDLS discovery response length (31b726a), the SUN60IW2P1 USB transfer settings (9594c5c), OpenWrt cfg80211 backport version handling (27af5ad) and the 6.12 stable set_monitor_channel() prototype (#97). Pin 3e9a025, the merge of #97. The pinned tree builds all three modules against Linux 7.2.6 headers. Co-Authored-By: Claude Opus 5.5 (1M context) --- bazzite/aic8800d80.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bazzite/aic8800d80.spec b/bazzite/aic8800d80.spec index df8f0e7..2337fee 100644 --- a/bazzite/aic8800d80.spec +++ b/bazzite/aic8800d80.spec @@ -1,4 +1,4 @@ -%global commit e93a7d2b6b9634acefc2aae2891e787fb48fdb01 +%global commit 3e9a02549bc98d350bff1e0fb0501f841f9d8e55 %global shortcommit %(echo %{commit} | cut -c1-7) %global debug_package %{nil} %{!?kver:%global kver %(uname -r)} @@ -78,6 +78,12 @@ cp -a fw/aic8800* %{buildroot}/usr/lib/firmware/ /usr/lib/firmware/aic8800* %changelog +* Thu Sep 24 2026 Shen Mintao - 3e9a025-1 +- Build the current main branch, which adds the Linux 7.1+ TDLS discovery + response length fix, the SUN60IW2P1 USB transfer settings, OpenWrt + cfg80211 backport version handling and the 6.12 stable + set_monitor_channel() fix. + * Fri Aug 21 2026 Heyde Moura - e93a7d2-1 - Build the current main branch, which carries the Linux 7.2 cfg80211 and strncpy() fixes needed to compile on Bazzite 44.