From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the first set of patches intended for v5.7. This time there are only some changes I made in the device configuration selection algorithms. The changes are: * Refactoring of the device selection algorithms; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Luca Coelho (13): iwlwifi: move the remaining 0x2526 configs to the new table iwlwifi: combine 9260 cfgs that only change names iwlwifi: add mac/rf types and 160MHz to the device tables iwlwifi: add GNSS differentiation to the device tables iwlwifi: add Pu/PnJ/Th device values to differentiate them iwlwifi: map 9461 and 9462 using RF type and RF ID iwlwifi: move TH1 devices to the new table iwlwifi: convert the 9260-1x1 device to use the new parameters iwlwifi: remove 9260 devices with 0x1010 and 0x1210 subsytem IDs iwlwifi: move pu devices to new table iwlwifi: move shared clock entries to new table iwlwifi: remove trans entries from COMMON 9260 macro iwlwifi: move AX200 devices to the new table .../net/wireless/intel/iwlwifi/cfg/22000.c | 47 +-- drivers/net/wireless/intel/iwlwifi/cfg/9000.c | 161 +------- .../net/wireless/intel/iwlwifi/iwl-config.h | 59 ++- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 355 ++++++++---------- 4 files changed, 241 insertions(+), 381 deletions(-) -- 2.25.1