]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: fix devices with PCI Device ID 0x34F0 and 11ac RF modules
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 15 Aug 2018 19:07:25 +0000 (22:07 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:42 +0000 (11:38 +0300)
commit8eb8dd03a528bd9303904d803c36f1fdd729b627
treed970fcdff3ae83eac03314e94e91c6918cf7f207
parent90c0c92167cb48fb70283c4869cbbafc2ae7d060
iwlwifi: fix devices with PCI Device ID 0x34F0 and 11ac RF modules

The devices with PCI device ID 0x34F0 are part of the SoC and can be
combined with some different external RF modules.  The configuration
for these devices should reflect that, but are currently mixed up.  To
avoid confusion with discrete devices, add part of the firmware to be
used and the official name of the device to the cfg structs.

This is least reorganization possible (without messing things even
more) that could be done as a bugfix for this SoC.  Further
reorganization of this code will be done separately.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
drivers/net/wireless/intel/iwlwifi/iwl-config.h
drivers/net/wireless/intel/iwlwifi/pcie/drv.c