summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3136-1080/+1157
|\
| * Merge tag 'wireless-drivers-next-2020-03-27' of git://git.kernel.org/pub/scm/...David S. Miller2020-03-2730-720/+944
| |\
| | * iwlwifi: mvm: remove newline from rs_pretty_print_rate()Johannes Berg2020-03-272-2/+8
| | * iwlwifi: pcie: make iwl_pcie_cmdq_reclaim staticJohannes Berg2020-03-272-2/+1
| | * iwlwifi: bump FW API to 53 for 22000 seriesLuca Coelho2020-03-271-1/+1
| | * iwlwifi: remove IWL_FW_DBG_DOMAIN macroJohannes Berg2020-03-271-2/+0
| | * iwlwifi: yoyo: enable yoyo by defaultLuca Coelho2020-03-271-1/+2
| | * iwlwifi: scan: support FW APIs with variable number of profilesTova Mussai2020-03-275-23/+65
| | * iwlwifi: yoyo: don't block dumping internal memory when not in SRAM moderotem saado2020-03-271-7/+1
| | * iwlwifi: remove support for QnJ HR FPGALuca Coelho2020-03-273-30/+0
| | * iwlwifi: remove support for QnJ Hr STEP ALuca Coelho2020-03-272-18/+0
| | * iwlwifi: add trans_cfg for devices with long latencyLuca Coelho2020-03-273-2/+16
| | * iwlwifi: add support for version 2 of SOC_CONFIGURATION_CMDLuca Coelho2020-03-273-15/+32
| | * iwlwifi: mvm: add support for non EDCA based measurementsAvraham Stern2020-03-273-1/+19
| | * iwlwifi: remove unnecessary cfg mangling for Qu C and QuZ with JfLuca Coelho2020-03-273-169/+8
| | * iwlwifi: convert QnJ with Jf devices to new config tableLuca Coelho2020-03-273-107/+86
| | * iwlwifi: convert all Qu with Jf devices to the new config tableLuca Coelho2020-03-273-250/+283
| | * iwlwifi: add HW step to new cfg device tableLuca Coelho2020-03-272-22/+46
| | * iwlwifi: remove some unused extern declarations from iwl-config.hLuca Coelho2020-03-271-9/+0
| | * iwlwifi: move integrated, extra_phy and soc_latency to trans_cfgLuca Coelho2020-03-277-71/+58
| | * iwlwifi: mvm: enable SF also when we have HEJohannes Berg2020-03-271-3/+5
| | * iwlwifi: remove redundant iwl9560_2ac_cfg structLuca Coelho2020-03-272-11/+6
| | * iwlwifi: mvm: rs-fw: fix some indentationJohannes Berg2020-03-271-2/+1
| | * iwlwifi: scan: support scan req cmd ver 14Shahar S Matityahu2020-03-272-8/+173
| | * iwlwifi: pass trans and NVM data to HE capability parsingJohannes Berg2020-03-271-3/+5
| | * iwlwifi: pcie: implement read_config32Luca Coelho2020-03-271-0/+8
| | * iwlwifi: yoyo: add PCI config space region typeLuca Coelho2020-03-273-1/+47
| | * iwlwifi: mvm: add soc latency supportShahar S Matityahu2020-03-275-12/+124
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-2510-44/+68
| |\ \ | | |/ | |/|
| * | Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/...David S. Miller2020-03-2410-424/+281
| |\ \
| | * | iwlwifi: move AX200 devices to the new tableLuca Coelho2020-03-173-40/+30
| | * | iwlwifi: remove trans entries from COMMON 9260 macroLuca Coelho2020-03-171-4/+0
| | * | iwlwifi: move shared clock entries to new tableLuca Coelho2020-03-172-73/+29
| | * | iwlwifi: move pu devices to new tableLuca Coelho2020-03-173-175/+31
| | * | iwlwifi: remove 9260 devices with 0x1010 and 0x1210 subsytem IDsLuca Coelho2020-03-172-9/+0
| | * | iwlwifi: convert the 9260-1x1 device to use the new parametersLuca Coelho2020-03-173-2/+5
| | * | iwlwifi: move TH1 devices to the new tableLuca Coelho2020-03-173-11/+15
| | * | iwlwifi: map 9461 and 9462 using RF type and RF IDLuca Coelho2020-03-173-13/+22
| | * | iwlwifi: add Pu/PnJ/Th device values to differentiate themLuca Coelho2020-03-172-29/+34
| | * | iwlwifi: add GNSS differentiation to the device tablesLuca Coelho2020-03-173-7/+25
| | * | iwlwifi: add mac/rf types and 160MHz to the device tablesLuca Coelho2020-03-172-26/+45
| | * | iwlwifi: combine 9260 cfgs that only change namesLuca Coelho2020-03-172-44/+35
| | * | iwlwifi: move the remaining 0x2526 configs to the new tableLuca Coelho2020-03-173-36/+58
| | * | ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-124-38/+38
| | * | iwlegacy: Remove unneeded variable retXu Wang2020-03-122-5/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+2
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller2020-02-161-1/+1
| |\ \ \
| | * | | mac80211: add handling for BSS colorJohn Crispin2020-01-151-1/+1
* | | | | Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-03-301-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'pm-qos'Rafael J. Wysocki2020-03-301-5/+5
| |\ \ \ \ | | |_|_|/ | |/| | |