summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-1/+0
* iwlwifi: pcie: add configuration of a Wi-Fi adapter on Dell XPS 15Vladimir Zapolskiy2021-09-281-0/+2
* iwlwifi: mvm: d3: missing unlock in iwl_mvm_wowlan_program_keys()Dan Carpenter2021-09-191-0/+1
* iwlwifi: mvm: d3: Fix off by ones in iwl_mvm_wowlan_get_rsc_v5_data()Dan Carpenter2021-09-191-2/+2
* iwlwifi: mvm: Fix possible NULL dereferenceIlan Peer2021-09-161-1/+2
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-073-2/+7
|\
| * iwlwifi: fix printk format warnings in uefi.cRandy Dunlap2021-09-061-2/+2
| * iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'Christophe JAILLET2021-09-051-1/+5
| * iwlwifi: bump FW API to 66 for AX devicesLuca Coelho2021-09-021-1/+1
| * iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 AlphaJustin M. Forbes2021-09-021-0/+1
* | iwl: fix debug printf format stringsLinus Torvalds2021-09-061-2/+2
* | iwlwifi: mvm: add rtnl_lock() in iwl_mvm_start_get_nvm()Luca Coelho2021-09-021-0/+1
|/
* intel: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-291-8/+2
* iwlwifi: mvm: don't use FW key ID in beacon protectionJohannes Berg2021-08-261-14/+27
* iwlwifi: mvm: Fix scan channel flags settingsIlan Peer2021-08-261-1/+1
* iwlwifi: mvm: support broadcast TWT aloneShaul Triebitz2021-08-261-8/+7
* iwlwifi: mvm: introduce iwl_stored_beacon_notif_v3Gregory Greenman2021-08-263-7/+52
* iwlwifi: move get pnvm file name to a separate functionDror Moshe2021-08-262-11/+22
* iwlwifi: mvm: add support for responder config command version 9Avraham Stern2021-08-262-9/+88
* iwlwifi: mvm: add support for range request command version 13Avraham Stern2021-08-263-15/+194
* iwlwifi: allow debug init in RF-killJohannes Berg2021-08-261-0/+1
* iwlwifi: mvm: don't schedule the roc_done_wk if it is already runningAvraham Stern2021-08-261-12/+19
* iwlwifi: yoyo: support for new DBGI_SRAM regionMukesh Sisodiya2021-08-263-0/+47
* iwlwifi: add 'Rx control frame to MBSSID' HE capabilityShaul Triebitz2021-08-261-1/+2
* iwlwifi: fw: fix debug dump data declarationsJohannes Berg2021-08-262-13/+17
* iwlwifi: api: remove datamember from structJohannes Berg2021-08-261-2/+1
* iwlwifi: fix __percpu annotationJohannes Berg2021-08-261-1/+1
* iwlwifi: pcie: avoid dma unmap/remap in crash dumpJohannes Berg2021-08-261-6/+2
* iwlwifi: acpi: fill in SAR tables with defaultsLuca Coelho2021-08-261-8/+13
* iwlwifi: acpi: fill in WGDS table with defaultsLuca Coelho2021-08-261-13/+29
* iwlwifi: bump FW API to 65 for AX devicesLuca Coelho2021-08-261-1/+1
* iwlwifi: acpi: support reading and storing WGDS revision 2Luca Coelho2021-08-262-14/+43
* iwlwifi: mvm: load regdomain at INIT stageMiri Korenblit2021-08-263-2/+26
* iwlwifi: mvm: Read the PPAG and SAR tables at INIT stageMiri Korenblit2021-08-265-57/+69
* iwlwifi: mvm: trigger WRT when no beacon heardShaul Triebitz2021-08-261-0/+10
* iwlwifi: fw: correctly limit to monitor dumpJohannes Berg2021-08-261-1/+1
* iwlwifi: skip first element in the WTAS ACPI tableAbhishek Naik2021-08-261-7/+7
* iwlwifi: mvm: support version 11 of wowlan statuses notificationGregory Greenman2021-08-261-1/+4
* iwlwifi: convert flat GEO profile table to a struct versionLuca Coelho2021-08-263-28/+45
* iwlwifi: remove unused ACPI_WGDS_TABLE_SIZE definitionLuca Coelho2021-08-261-2/+0
* iwlwifi: support reading and storing EWRD revisions 1 and 2Luca Coelho2021-08-262-11/+57
* iwlwifi: acpi: support reading and storing WRDS revision 1 and 2Luca Coelho2021-08-262-25/+80
* iwlwifi: pass number of chains and sub-bands to iwl_sar_set_profile()Luca Coelho2021-08-261-5/+8
* iwlwifi: remove ACPI_SAR_NUM_TABLES definitionLuca Coelho2021-08-262-2/+2
* iwlwifi: convert flat SAR profile table to a struct versionLuca Coelho2021-08-262-15/+28
* iwlwifi: rename ACPI_SAR_NUM_CHAIN_LIMITS to ACPI_SAR_NUM_CHAINSLuca Coelho2021-08-262-4/+4
* iwlwifi: mvm: fix access to BSS elementsJohannes Berg2021-08-261-2/+6
* iwlwifi: mvm: Refactor setting of SSIDs for 6GHz scanIlan Peer2021-08-261-76/+28
* iwlwifi: mvm: silently drop encrypted frames for unknown stationAvraham Stern2021-08-261-2/+2
* iwlwifi: mvm: d3: implement RSC command version 5Johannes Berg2021-08-263-30/+191