patch: if_iwx.c add support for ax201 with subsystem id 0x0030

2022-01-09 Thread Iraklis Karagkiozoglou
Hi, I've added support for AX201 with subsystem id 0x0030 in if_iwx. I am only loading a different firmware for the specific subsystem id to avoid introducing any regressions or bugs. -- Iraklis Karagkiozoglou diff --git sys/dev/pci/if_iwx.c sys/dev/pci/if_iwx.c index 4c85ad108a8..78b733

Re: patch: if_iwx.c add support for ax201 with subsystem id 0x0030

2022-01-11 Thread Iraklis Karagkiozoglou
Hello Stefan, I tried to port the firmware detection and config values from iwlwifi. On iwx_cfg_trans_params and iwx_cfg structs I ported only the fields iwx_attach was setting based on the iwx_device. With best regards, Iraklis Karagkiozoglou diff --git sys/dev/pci/if_iwx.c sys/dev/pci