summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-01-281-6/+2
* wil6210: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-12-2210-12/+101
|\
| * ath11k: pci: disable ASPM L0sLs before downloading firmwareCarl Huang2020-12-182-0/+38
| * ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang2020-12-182-2/+23
| * ath11k: Fix ath11k_pci_fix_l1ss()Dan Carpenter2020-12-171-4/+4
| * ath11k: Fix error code in ath11k_core_suspend()Dan Carpenter2020-12-171-1/+1
| * ath11k: start vdev if a bss peer is already createdCarl Huang2020-12-173-2/+25
| * ath11k: fix crash caused by NULL rx_channelCarl Huang2020-12-171-3/+7
| * ath11k: add missing null check on allocated skbColin Ian King2020-12-171-0/+3
* | ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
* | ath11k: make relay callbacks constJani Nikula2020-12-151-1/+1
* | ath10k: make relay callbacks constJani Nikula2020-12-151-1/+1
|/
* ath11k: implement suspend for QCA6390 PCI devicesCarl Huang2020-12-128-2/+124
* ath11k: hif: add ce irq enable and disable functionsCarl Huang2020-12-122-1/+32
* ath11k: implement WoW enable and wakeup commandsCarl Huang2020-12-127-1/+355
* ath11k: set credit_update flag for flow controlled ep onlyCarl Huang2020-12-121-3/+5
* ath11k: dp: stop rx pktlog before suspendCarl Huang2020-12-124-0/+56
* ath11k: htc: implement suspend handlingCarl Huang2020-12-124-2/+31
* ath11k: htc: remove unused struct ath11k_htc_opsKalle Valo2020-12-121-6/+0
* ath11k: pci: read select_window register to ensure write is finishedCarl Huang2020-12-121-0/+1
* ath11k: hif: implement suspend and resume functionsCarl Huang2020-12-122-0/+38
* ath11k: mhi: hook suspend and resumeCarl Huang2020-12-122-0/+14
* ath11k: Fix incorrect tlvs in scan start commandPradeep Kumar Chitrapu2020-12-121-31/+0
* ath11k: pci: disable VDD4BLOWCarl Huang2020-12-122-0/+13
* ath11k: pci: fix L1ss clock unstable problemCarl Huang2020-12-122-0/+81
* ath11k: pci: fix hot reset stability issuesCarl Huang2020-12-122-5/+57
* ath11k: put hw to DBS using WMI_PDEV_SET_HW_MODE_CMDIDCarl Huang2020-12-124-13/+46
* ath11k: mhi: print a warning if firmware crashedKalle Valo2020-12-121-0/+9
* ath11k: use MHI provided APIs to allocate and free MHI controllerBhaumik Bhatt2020-12-121-3/+4
* ath10k: add atomic protection for device recoveryWen Gong2020-12-128-9/+25
* ath10k: add option for chip-id based BDF selectionAbhishek Kumar2020-12-121-11/+32
* ath9k_htc: adhere to the DONT_REORDER transmit flagMathy Vanhoef2020-12-091-1/+6
* ath11k: mesh: add support for 256 bitmap in blockack frames in 11axPradeep Kumar Chitrapu2020-12-091-14/+8
* ath11k: support TXOP duration based RTS thresholdPradeep Kumar Chitrapu2020-12-091-1/+17
* ath11k: fix incorrect wmi param for configuring HE operationPradeep Kumar Chitrapu2020-12-091-1/+1
* ath11k: unlock on error path in ath11k_mac_op_add_interface()Dan Carpenter2020-12-091-2/+2
* wcn36xx: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-1/+1
* carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-0/+1
* ath5k: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-0/+1
* ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli2020-12-095-14/+46
* carl9170: remove trailing semicolon in macro definitionTom Rix2020-12-081-2/+2
* ath11k: pci: add MODULE_FIRMWARE macrosDevin Bayer2020-12-081-0/+5
* ath9k: remove trailing semicolon in macro definitionTom Rix2020-12-072-2/+2
* ath11k: Ignore resetting peer auth flag in peer assoc cmdSeevalamuthu Mariappan2020-12-071-3/+7
* ath11k: add 64bit check before reading msi high addrAnilkumar Kolli2020-12-072-2/+10
* ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong2020-12-071-1/+1
* Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-12-0453-341/+866
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-12-0250-338/+866
| |\
| | * ath11k: dp_rx: fix monitor status dma unmap directionKalle Valo2020-12-021-4/+4