Bump IWX_UCODE_SECT_MAX to allow all new AX210/AX211 fw images to be parsed
authorstsp <stsp@openbsd.org>
Thu, 12 May 2022 12:29:28 +0000 (12:29 +0000)
committerstsp <stsp@openbsd.org>
Thu, 12 May 2022 12:29:28 +0000 (12:29 +0000)
successfully. Else we get "iwx0: firmware parse error 22, section type 19"
while trying to load iwx-so-a0-gf-a0-67 and iwx-so-a0-gf4-a0-67.

sys/dev/pci/if_iwxvar.h

index c60140a..12fe78d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_iwxvar.h,v 1.34 2022/05/10 09:11:44 stsp Exp $     */
+/*     $OpenBSD: if_iwxvar.h,v 1.35 2022/05/12 12:29:28 stsp Exp $     */
 
 /*
  * Copyright (c) 2014 genua mbh <info@genua.de>
@@ -123,7 +123,7 @@ struct iwx_tx_radiotap_header {
         (1 << IEEE80211_RADIOTAP_RATE) |                               \
         (1 << IEEE80211_RADIOTAP_CHANNEL))
 
-#define IWX_UCODE_SECT_MAX 52
+#define IWX_UCODE_SECT_MAX 54
 
 /*
  * fw_status is used to determine if we've already parsed the firmware file