<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From  https://gist.github.com/joanbm/72189c81ff67b39d36a660cf00483ccb
From: =?UTF-8?q?Joan=20Bruguera=20Mic=C3=B3?= &lt;joanbrugueram@gmail.com&gt;
Date: Sat, 12 Oct 2024 11:54:40 +0000
Subject: [PATCH] Tentative patch for broadcom-wl 6.30.223.271 driver for Linux
 6.13-rc1

The net/lib80211.h header has been removed by commit
"wifi: ipw2x00/lib80211: move remaining lib80211 into libipw"
(Johannes Berg, 7 Oct 2024).
The header does not appear to be actually used anywhere, so remove it.

 #include &lt;asm/irq.h&gt;
 #include &lt;asm/pgtable.h&gt;
--- a/src/include/linuxver.h
+++ b/src/include/linuxver.h
@@ -147,7 +147,7 @@ typedef irqreturn_t(*FN_ISR) (int irq, void *dev_id, struct pt_regs *ptregs);
 #include &lt;linux/sched.h&gt;
 #endif
 
-#if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2, 6, 29)
+#if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2, 6, 29) &amp;&amp; LINUX_VERSION_CODE &lt; KERNEL_VERSION(6, 13, 0)
 #include &lt;net/lib80211.h&gt;
 #endif
 #if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2, 6, 29)
-- 
2.47.0

</pre></body></html>