summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: Make some Killer Wireless-AC 1550 cards work againAlessio Bonfiglio2020-07-201-0/+2
* Merge tag 'wireless-drivers-next-2020-05-25' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-251-79/+32
|\
| * iwlwifi: pcie: convert all AX101 devices to the device tablesLuca Coelho2020-05-081-27/+25
| * iwlwifi: pcie: convert QnJ with Hr to the device tableLuca Coelho2020-05-081-19/+5
| * iwlwifi: pcie: remove mangling for iwl_ax101_cfg_qu_hrLuca Coelho2020-05-081-23/+0
| * iwlwifi: pcie: remove outdated comment about PCI RTPM referenceLuca Coelho2020-05-081-10/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-0/+4
|\ \ | |/ |/|
| * iwlwifi: pcie: handle QuZ configs with killer NICs as wellLuca Coelho2020-05-081-0/+4
* | iwlwifi: pcie: add new structs for So devices with long latencyLuca Coelho2020-04-241-5/+5
* | iwlwifi: pcie: add new structure for Qu devices with medium latencyLuca Coelho2020-04-241-3/+4
* | iwlwifi: pcie: add cfgs for SoCs with device ID 0x4FD0Luca Coelho2020-04-241-0/+14
* | iwlwifi: add new cards for AX familyIhab Zhaika2020-04-241-1/+6
|/
* iwlwifi: remove support for QnJ HR FPGALuca Coelho2020-03-271-12/+0
* iwlwifi: add trans_cfg for devices with long latencyLuca Coelho2020-03-271-2/+3
* iwlwifi: remove unnecessary cfg mangling for Qu C and QuZ with JfLuca Coelho2020-03-271-22/+3
* iwlwifi: convert QnJ with Jf devices to new config tableLuca Coelho2020-03-271-45/+62
* iwlwifi: convert all Qu with Jf devices to the new config tableLuca Coelho2020-03-271-250/+243
* iwlwifi: add HW step to new cfg device tableLuca Coelho2020-03-271-22/+45
* iwlwifi: move integrated, extra_phy and soc_latency to trans_cfgLuca Coelho2020-03-271-34/+8
* iwlwifi: remove redundant iwl9560_2ac_cfg structLuca Coelho2020-03-271-6/+6
* iwlwifi: move AX200 devices to the new tableLuca Coelho2020-03-171-10/+9
* iwlwifi: move shared clock entries to new tableLuca Coelho2020-03-171-27/+29
* iwlwifi: move pu devices to new tableLuca Coelho2020-03-171-91/+31
* iwlwifi: remove 9260 devices with 0x1010 and 0x1210 subsytem IDsLuca Coelho2020-03-171-8/+0
* iwlwifi: convert the 9260-1x1 device to use the new parametersLuca Coelho2020-03-171-2/+3
* iwlwifi: move TH1 devices to the new tableLuca Coelho2020-03-171-4/+10
* iwlwifi: map 9461 and 9462 using RF type and RF IDLuca Coelho2020-03-171-13/+17
* iwlwifi: add Pu/PnJ/Th device values to differentiate themLuca Coelho2020-03-171-29/+25
* iwlwifi: add GNSS differentiation to the device tablesLuca Coelho2020-03-171-7/+18
* iwlwifi: add mac/rf types and 160MHz to the device tablesLuca Coelho2020-03-171-26/+30
* iwlwifi: combine 9260 cfgs that only change namesLuca Coelho2020-03-171-34/+35
* iwlwifi: move the remaining 0x2526 configs to the new tableLuca Coelho2020-03-171-33/+38
* Merge tag 'iwlwifi-next-for-kalle-2020-01-11' of git://git.kernel.org/pub/scm...Kalle Valo2020-01-261-56/+105
|\
| * iwlwifi: add device name to device_infoLuca Coelho2020-01-041-20/+24
| * iwlwifi: implement a new device configuration tableLuca Coelho2020-01-041-9/+33
| * iwlwifi: assume the driver_data is a trans_cfg, but allow full cfgLuca Coelho2020-01-041-35/+55
| * iwlwifi: remove CSR registers abstractionLuca Coelho2019-12-231-6/+0
| * iwlwifi: remove some outdated iwl22000 configurationsLuca Coelho2019-12-231-6/+0
| * iwlwifi: allocate more receive buffers for HE devicesJohannes Berg2019-12-231-0/+13
* | Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"Anders Kaseorg2019-12-101-12/+12
|/
* iwlwifi: pcie: 0x2720 is qu and 0x30DC is notLuca Coelho2019-10-231-54/+55
* iwlwifi: pcie: fix all 9460 entries for qnjLuca Coelho2019-10-231-8/+8
* iwlwifi: pcie: fix PCI ID 0x2720 configs that should be socLuca Coelho2019-10-231-4/+4
* iwlwifi: pcie: fix merge damage on making QnJ exclusiveLuca Coelho2019-10-231-5/+1
* iwlwifi: pcie: change qu with jf devices to use qu configurationLuca Coelho2019-10-091-137/+137
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-12/+12
|\
| * iwlwifi: assign directly to iwl_trans->cfg in QuZ detectionLuca Coelho2019-09-031-12/+12
* | iwlwifi: always access the trans configuration via transLuca Coelho2019-09-061-4/+7
* | iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho2019-09-061-12/+3
* | iwlwifi: pass the iwl_config_trans_params when neededLuca Coelho2019-09-061-1/+1