summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* wil6210: wil_platform: Demote kernel-doc header to standard comment blockLee Jones2020-08-311-2/+1
* wil6210: pmc: Demote a few nonconformant kernel-doc function headersLee Jones2020-08-311-8/+4
* wil6210: txrx_edma: Demote comments which are clearly not kernel-docLee Jones2020-08-311-7/+3
* wil6210: txrx: Demote obvious abuse of kernel-docLee Jones2020-08-311-20/+10
* wil6210: interrupt: Demote comment header which is clearly not kernel-docLee Jones2020-08-311-3/+1
* wil6210: wmi: Fix formatting and demote non-conforming function headersLee Jones2020-08-311-21/+15
* ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignmentColin Ian King2020-08-311-3/+6
* ath11k: fix spelling mistake "moniter" -> "monitor"Colin Ian King2020-08-311-1/+1
* ath11k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-311-4/+3
* carl9170: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-4/+3
* wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init'Lee Jones2020-08-271-4/+4
* carl9170: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-272-4/+4
* ath11k: return -ENOMEM on allocation failureDan Carpenter2020-08-271-1/+1
* ath11k: return error if firmware request failsAlex Dewar2020-08-271-11/+9
* ath9k: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski2020-08-271-3/+3
* ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are usedLee Jones2020-08-272-32/+30
* ath9k: ar5008_initvals: Remove unused table entirelyLee Jones2020-08-271-37/+0
* ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100'Lee Jones2020-08-271-37/+0
* ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280'Lee Jones2020-08-271-14/+0
* ath9k_htc: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski2020-08-271-3/+3
* ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-279-24/+20
* ath6kl: wmi: Remove unused variable 'rate'Lee Jones2020-08-271-8/+2
* ath5k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-16/+15
* wcn36xx: Disable bmps when encryption is disabledLoic Poulain2020-08-273-1/+15
* wcn36xx: Setup starting bitrate to MCS-5Loic Poulain2020-08-272-0/+9
* wcn36xx: Fix software-driven scanLoic Poulain2020-08-275-93/+119
* ath10k: Add new api to support reset TID configTamizh Chelvam2020-08-262-0/+93
* ath10k: Add new api to support TID specific configurationTamizh Chelvam2020-08-266-8/+641
* ath10k: Move rate mask validation function up in the fileTamizh Chelvam2020-08-261-87/+87
* ath10k: Add wmi command support for station specific TID configTamizh Chelvam2020-08-263-0/+106
* ath10k: sdio: add firmware coredump supportWen Gong2020-08-195-4/+679
* ath10k: add bus type for each layout of coredumpWen Gong2020-08-192-1/+16
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-1879-748/+4208
|\
| * ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-184-15/+14
| * ath11k: Fix possible memleak in ath11k_qmi_init_serviceWang Yufen2020-08-181-0/+1
| * ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam2020-08-181-1/+7
| * ath10k: Register shutdown handlerRakesh Pillai2020-08-181-0/+9
| * ath11k: reset MHI during power down and power upCarl Huang2020-08-184-3/+150
| * ath11k: use TCL_DATA_RING_0 for QCA6390Carl Huang2020-08-183-2/+11
| * ath11k: process both lmac rings for QCA6390Carl Huang2020-08-181-24/+35
| * ath11k: assign correct search flag and type for QCA6390Carl Huang2020-08-184-4/+24
| * ath11k: delay vdev_start for QCA6390Carl Huang2020-08-184-0/+55
| * ath11k: refine the phy_id check in ath11k_reg_chan_list_eventCarl Huang2020-08-181-1/+6
| * ath11k: setup QCA6390 rings for both rxdmasCarl Huang2020-08-1810-96/+268
| * ath11k: don't initialize rxdma1 related ringCarl Huang2020-08-183-2/+36
| * ath11k: enable DP interrupt setup for QCA6390Carl Huang2020-08-185-1/+322
| * ath11k: dp: redefine peer_map and peer_unmapCarl Huang2020-08-182-2/+6
| * ath11k: wmi: put hardware to DBS modeCarl Huang2020-08-183-5/+13
| * ath11k: initialize wmi config based on hw_paramsCarl Huang2020-08-183-1/+105
| * ath11k: force single pdev only for QCA6390Carl Huang2020-08-185-26/+98