Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172348871
D59758.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
859 B
Referenced Files
None
Subscribers
None
D59758.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D59758: iwx: update if_iwx.c to OpenBSD v1.177
Attached
Detach File
Event Timeline
Log In to Comment