summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2020-08-17ath6kl: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-17ath5k: Fix kerneldoc formatting issueLee Jones1-1/+1
2020-08-17wil6210: Demote non-kerneldoc headers to standard comment blocksLee Jones1-2/+2
2020-08-17ath5k: pcu: Add a description for 'band' remove one for 'mode'Lee Jones1-1/+1
2020-08-17ath5k: Use fallthrough pseudo-keywordGustavo A. R. Silva4-8/+8
2020-08-17ath11k: hal: create hw_srng_config dynamicallyKalle Valo8-66/+79
2020-08-17ath11k: enable internal sleep clockCarl Huang3-0/+21
2020-08-17ath11k: fix KASAN warning of ath11k_qmi_wlanfw_wlan_cfg_sendCarl Huang1-1/+1
2020-08-17ath11k: fix memory OOB access in qmi_decodeCarl Huang2-4/+12
2020-08-17ath11k: allocate smaller chunks of memory for firmwareCarl Huang1-12/+30
2020-08-17ath11k: setup ce tasklet for control pathGovind Singh3-8/+112
2020-08-17ath11k: configure copy engine msi address in CE srngGovind Singh4-0/+83
2020-08-17ath11k: pci: add read32() and write32() hif operationsGovind Singh2-0/+59
2020-08-17ath11k: fill appropriate QMI service instance id for QCA6390Govind Singh4-1/+6
2020-08-17ath11k: add board file support for PCI devicesGovind Singh6-10/+167
2020-08-17ath11k: add support for m3 firmwareGovind Singh6-7/+86
2020-08-17ath11k: use remoteproc only with AHB devicesGovind Singh5-7/+47
2020-08-17ath11k: pci: add HAL, CE and core initialisationGovind Singh4-1/+393
2020-08-17ath11k: register MHI controller device for QCA6390Govind Singh7-1/+547
2020-08-17ath11k: implement ath11k_core_pre_init()Kalle Valo4-6/+26
2020-08-17ath11k: pci: add MSI config initialisationGovind Singh3-0/+83
2020-08-17ath11k: pci: setup resourcesGovind Singh2-1/+122
2020-08-17ath11k: add simple PCI client driver for QCA6390 chipsetGovind Singh10-2/+127
2020-08-17ath11k: move ring mask definitions to hw_paramsKalle Valo6-101/+106
2020-08-17ath11k: add hw_params entry for QCA6390Carl Huang4-0/+18
2020-08-17ath11k: do not depend on ARCH_QCOM for ath11kCarl Huang1-1/+0
2020-08-15ath10k: correct the array index from mcs index for HT mode for QCA6174Wen Gong1-4/+20
2020-08-15ath10k: enable supports_peer_stats_info for QCA6174 PCI devicesWen Gong1-0/+1
2020-08-15ath10k: remove return for NL80211_STA_INFO_TX_BITRATEWen Gong1-11/+10
2020-08-15ath10k: add wmi service peer stat info for wmi tlvWen Gong1-0/+2
2020-08-15rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-14ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong1-0/+4
2020-08-14ath5k: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-08-14ath: drop unnecessary list_emptyJulia Lawall1-9/+6
2020-08-14ath9k: Use fallthrough pseudo-keywordGustavo A. R. Silva8-12/+12
2020-08-14wcn36xx: Use sequence number allocated by mac80211Loic Poulain1-1/+2
2020-08-14wcn36xx: Fix TX data pathLoic Poulain1-6/+17
2020-08-14wcn36xx: Increase number of TX retriesLoic Poulain1-2/+2
2020-08-14wcn36xx: Add TX ack supportLoic Poulain4-9/+70
2020-08-14wcn36xx: Fix multiple AMPDU sessions supportLoic Poulain3-12/+34
2020-08-14ath9k: Fix typo in function namePavel Machek4-4/+4
2020-08-14ath9k: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-9/+9
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long4-9/+9
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds232-1859/+27964
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-8/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-22/+22
2020-08-04Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller120-1259/+5577
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo11-65/+88