Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172333252
D59765.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D59765.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.182 2024/02/26 18:00:09 stsp Exp $ */
+/* $OpenBSD: if_iwx.c,v 1.183 2024/04/13 23:44:11 jsg Exp $ */
/*
*
@@ -911,7 +911,7 @@
}
if (max_power > 26) {
- IWX_DPRINTF(sc, IWX_DEBUG_FIRMWARE_TLV,
+ IWX_DPRINTF(sc, IWX_DEBUG_FIRMWARE_TLV,
"%s: External buffer size for monitor is too big %d, "
"check the FW TLV\n", DEVNAME(sc), max_power);
return 0;
@@ -6790,7 +6790,7 @@
break;
}
- return ridx;
+ return ridx;
}
static void
@@ -9118,7 +9118,7 @@
* For v5 and above, we can check the version, for older
* versions we need to check the size.
*/
- if (iwx_lookup_notif_ver(sc, IWX_LEGACY_GROUP,
+ if (iwx_lookup_notif_ver(sc, IWX_LEGACY_GROUP,
IWX_ALIVE) == 6) {
SYNC_RESP_STRUCT(resp6, pkt);
if (iwx_rx_packet_payload_len(pkt) !=
@@ -10176,7 +10176,7 @@
cores = IWX_SUBDEVICE_CORES(sdev_id);
for (i = nitems(iwx_dev_info_table) - 1; i >= 0; i--) {
- const struct iwx_dev_info *dev_info = &iwx_dev_info_table[i];
+ const struct iwx_dev_info *dev_info = &iwx_dev_info_table[i];
if (dev_info->device != (uint16_t)IWX_CFG_ANY &&
dev_info->device != sc->sc_pid)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 18, 7:24 PM (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39018767
Default Alt Text
D59765.diff (1 KB)
Attached To
Mode
D59765: iwx: update if_iwx.c to OpenBSD v1.183
Attached
Detach File
Event Timeline
Log In to Comment