On 2022-02-01 04:38, Hauke Mehrtens wrote:
On 1/31/22 18:10, Sungbo Eo wrote:
Add the most recent supported firmware file for Intel Wi-Fi 6E AX210
wireless chip. The API version 67 is not yet supported by the driver.
Additional PNVM file is required since API version 62.

Signed-off-by: Sungbo Eo <man...@gorani.run>

Acked-by: Hauke Mehrtens <ha...@hauke-m.de>

+Package/iwlwifi-firmware-ax200 = $(call Package/firmware-default,Intel AX200 firmware)
+define Package/iwlwifi-firmware-ax200/install
+    $(INSTALL_DIR) $(1)/lib/firmware
+    $(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-cc-a0-62.ucode $(1)/lib/firmware

While at it could you please update this to version 66 to.

Thanks for pointing this out. I'll update it to version 63 as it's the latest AX200 firmware in the current linux-firmware version and supported by the current mac80211 version.

+endef
+$(eval $(call BuildPackage,iwlwifi-firmware-ax200))
+
+Package/iwlwifi-firmware-ax210 = $(call Package/firmware-default,Intel AX210 firmware)
+define Package/iwlwifi-firmware-ax210/install
+    $(INSTALL_DIR) $(1)/lib/firmware
+    $(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-ty-a0-gf-a0-66.ucode $(1)/lib/firmware +    $(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-ty-a0-gf-a0.pnvm $(1)/lib/firmware
+endef
+$(eval $(call BuildPackage,iwlwifi-firmware-ax210))
+
  Package/e100-firmware = $(call Package/firmware-default,Intel e100)
  define Package/e100-firmware/install
      $(INSTALL_DIR) $(1)/lib/firmware/e100


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to