Page MenuHomeFreeBSD

D59758.diff
No OneTemporary

D59758.diff

diff --git a/sys/dev/iwx/if_iwx.c b/sys/dev/iwx/if_iwx.c
--- a/sys/dev/iwx/if_iwx.c
+++ b/sys/dev/iwx/if_iwx.c
@@ -2,7 +2,7 @@
* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) AND ISC
*/
-/* $OpenBSD: if_iwx.c,v 1.176 2023/08/26 09:05:34 stsp Exp $ */
+/* $OpenBSD: if_iwx.c,v 1.177 2023/10/06 15:15:29 stsp Exp $ */
/*
*
@@ -9405,6 +9405,16 @@
case IWX_WIDE_ID(IWX_DATA_PATH_GROUP, IWX_RLC_CONFIG_CMD):
break;
+ /*
+ * Ignore for now. The Linux driver only acts on this request
+ * with 160Mhz channels in 11ax mode.
+ */
+ case IWX_WIDE_ID(IWX_DATA_PATH_GROUP,
+ IWX_THERMAL_DUAL_CHAIN_REQUEST):
+ DPRINTF(("%s: thermal dual-chain request received\n",
+ DEVNAME(sc)));
+ break;
+
/* undocumented notification from iwx-ty-a0-gf-a0-77 image */
case IWX_WIDE_ID(IWX_DATA_PATH_GROUP, 0xf8):
break;

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 18, 9:32 PM (23 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39018755
Default Alt Text
D59758.diff (859 B)

Event Timeline