summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-134-17/+17
* iwlwifi: bump FW API to 56 for AX devicesLuca Coelho2020-05-291-1/+1
* iwlwifi: mvm: add support for range request version 10Avraham Stern2020-05-292-11/+45
* iwlwifi: mvm: fix aux station leakSharon2020-05-293-11/+18
* iwlwifi: move txq-specific from trans_pcie to common transMordechay Goodstein2020-05-299-139/+138
* iwlwifi: move iwl_txq and substructures to a common trans headerMordechay Goodstein2020-05-292-107/+107
* iwlwifi: pcie: gen3: indicate 8k/12k RB size to deviceJohannes Berg2020-05-292-2/+18
* iwlwifi: acpi: evaluate dsm to enable 5.2 bands in IndonesiaGil Adam2020-05-292-2/+75
* iwlwifi: acpi: support device specific method (DSM)Gil Adam2020-05-292-11/+110
* iwlwifi: pcie: keep trans instead of trans_pcie in iwl_txqMordechay Goodstein2020-05-292-6/+6
* iwlwifi: pcie: don't count on the FW to set persistence modeHaim Dreyfuss2020-05-291-9/+3
* iwlwifi: set NO_HE if the regulatory domain forbids itHaim Dreyfuss2020-05-291-0/+5
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-271-3/+3
|\
| * mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg2020-04-241-3/+3
* | Merge tag 'wireless-drivers-next-2020-05-25' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-2644-509/+795
|\ \
| * \ Merge tag 'iwlwifi-next-for-kalle-2020-05-08' of git://git.kernel.org/pub/scm...Kalle Valo2020-05-1339-475/+761
| |\ \
| | * | iwlwifi: dbg_ini: differentiate ax210 hw with same hw typeLiad Kaufman2020-05-082-3/+32
| | * | iwlwifi: pcie: skip fragmented receive buffersJohannes Berg2020-05-082-6/+30
| | * | iwlwifi: remove outdated copyright print/module statementJohannes Berg2020-05-084-8/+6
| | * | iwlwifi: mvm: don't transmit on unallocated queueJohannes Berg2020-05-081-1/+11
| | * | iwlwifi: tx: enable A-MSDU in low latency modeMordechay Goodstein2020-05-081-7/+4
| | * | iwlwifi: use longer queues for 256-BAJohannes Berg2020-05-082-2/+2
| | * | iwlwifi: pcie: gen2: use DMA pool for byte-count tablesJohannes Berg2020-05-083-3/+28
| | * | iwlwifi: pcie: remove some dead codeJohannes Berg2020-05-081-6/+6
| | * | iwlwifi: dbg: mark a variable __maybe_unusedJohannes Berg2020-05-081-1/+1
| | * | iwlwifi: mvm: attempt to allocate smaller queuesJohannes Berg2020-05-081-8/+15
| | * | iwlwifi: pcie: allocate much smaller byte-count tableJohannes Berg2020-05-082-12/+19
| | * | iwlwifi: dump api version in yaml formatMordechay Goodstein2020-05-081-4/+100
| | * | iwlwifi: pcie: convert all AX101 devices to the device tablesLuca Coelho2020-05-083-36/+37
| | * | iwlwifi: pcie: remove occurrences of 22000 in the FW name definesLuca Coelho2020-05-081-40/+32
| | * | iwlwifi: pcie: convert QnJ with Hr to the device tableLuca Coelho2020-05-083-28/+14
| | * | 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
| | * | iwlwifi: mvm: add IML/ROM information to the assertion dumpsLuca Coelho2020-05-081-0/+20
| | * | iwlwifi: move iwl_set_soc_latency to iwl-drv to be used by other op_modesEmmanuel Grumbach2020-05-083-47/+55
| | * | iwlwifi: yoyo: remove magic numberMordechay Goodstein2020-05-081-1/+5
| | * | iwlwifi: mvm: initialize iwl_dev_tx_power_cmd to zeroLuca Coelho2020-05-081-4/+3
| | * | iwlwifi: dbg: set debug descriptor to NULL outside of iwl_fw_free_dump_descShahar S Matityahu2020-05-081-9/+10
| | * | iwlwifi: bump FW API to 55 for AX devicesLuca Coelho2020-05-081-3/+3
| | * | iwlwifi: yoyo: add D3 resume timepointMordechay Goodstein2020-05-081-0/+3
| | * | iwlwifi: mvm: set properly station flags in STA_HE_CTXT_CMDShaul Triebitz2020-05-081-5/+9
| | * | iwlwifi: avoid debug max amsdu config overwriting itselfMordechay Goodstein2020-05-082-11/+15
| | * | iwlwifi: mvm: remove iwlmvm's tfd_q_hang_detect module parameterEmmanuel Grumbach2020-05-084-31/+13
| | * | iwlwifi: mvm: stop supporting swcrypto and bt_coex_active module parametersEmmanuel Grumbach2020-05-083-47/+33
| | * | iwlwifi: mvm: add support for range request command version 9Avraham Stern2020-05-082-22/+155
| | * | iwlwifi: yoyo: don't access TLV before verifying lenMordechay Goodstein2020-05-082-25/+24
| | * | iwlwifi: remove antenna_coupling module parameterEmmanuel Grumbach2020-05-085-35/+7
| | * | iwlwifi: yoyo: use hweight_long instead of bit manipulatingMordechay Goodstein2020-05-081-12/+13
| | * | iwlwifi: yoyo: add support for parsing SHARED_MEM_ALLOC version 4Mordechay Goodstein2020-05-085-21/+52
| | * | iwlwifi: fw api: fix PHY data 2/3 positionJohannes Berg2020-05-081-8/+6