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