aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2020-11-07wireless: remove unneeded breakTom Rix3-3/+0
2020-11-07ath11k: fix ZERO address in probe requestCarl Huang1-0/+5
2020-11-07wil6210: wmi: Correct misnamed function parameter 'ptr_'Lee Jones1-1/+1
2020-11-07wcn36xx: Enable firmware offloaded keepaliveBryan O'Donoghue1-0/+1
2020-11-07wcn36xx: Enable firmware link monitoringBryan O'Donoghue1-0/+1
2020-11-07wcn36xx: Set LINK_FAIL_TX_CNT to 1000 on all wcn36xxBryan O'Donoghue1-1/+2
2020-11-07ath6kl: fix enum-conversion warningArnd Bergmann1-2/+2
2020-11-07ath9k: dynack: Demote non-compliant function headerLee Jones1-2/+1
2020-11-07ath9k: ar5008_phy: Demote half completed function headersLee Jones1-12/+3
2020-11-07ath9k: ar9003_2p2_initvals: Remove unused const variablesLee Jones1-14/+0
2020-11-07ath9k: ar9485_initvals: Remove unused const variable 'ar9485_fast_clock_1_1_baseband_postamble'Lee Jones1-7/+0
2020-11-07ath9k: ar9340_initvals: Remove unused const variable 'ar9340Modes_ub124_tx_gain_table_1p0'Lee Jones1-101/+0
2020-11-07ath9k: ar9330_1p1_initvals: Remove unused const variable 'ar9331_common_tx_gain_offset1_1'Lee Jones1-7/+0
2020-11-07ath: dfs_pri_detector: Demote zero/half completed kernel-doc headersLee Jones1-5/+4
2020-11-07ath: dfs_pattern_detector: Fix some function kernel-doc headersLee Jones1-6/+8
2020-11-07ath: regd: Provide description for ath_reg_apply_ir_flags's 'reg' paramLee Jones1-0/+1
2020-11-07ath11k: Add new dfs region name for JPLavanya Suresh2-0/+2
2020-11-07ath11k: fix wmi init configurationKarthikeyan Periyasamy1-2/+2
2020-11-07ath11k: Fix the hal descriptor maskKarthikeyan Periyasamy1-3/+3
2020-11-07ath11k: Fix single phy hw modeKarthikeyan Periyasamy1-3/+0
2020-11-07ath11k: Fix number of rules in filtered ETSI regdomainSven Eckelmann1-2/+3
2020-11-07ath11k: Remove unused param from wmi_mgmt_paramsGovind Singh1-1/+0
2020-11-07ath11k: Initialize complete alpha2 for regulatory changeSven Eckelmann1-0/+1
2020-11-07ath11k: cold boot calibration supportGovindaraj Saminathan6-7/+100
2020-11-07ath11k: search DT for qcom,ath11k-calibration-variantSven Eckelmann4-2/+41
2020-11-07ath11k: Remove unnecessary data sync to cpu on monitor bufferVasanthakumar Thiagarajan1-4/+0
2020-11-07ath11k: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-11-07ath10k: cancel rx worker in hif_stop for SDIOWen Gong1-0/+6
2020-11-07ath10k: Don't iterate over not-sdata-in-driver interfaces.Ben Greear4-11/+14
2020-11-07ath10k: fix compilation warningTamizh Chelvam1-1/+2
2020-11-06ath11k: FILS discovery and unsolicited broadcast probe response supportAloka Dixit3-0/+307
2020-11-06ath10k: sdio: remove redundant check in for loopAlex Dewar1-9/+3
2020-10-28ath11k: remove repeated words in comments and warningsKalle Valo7-10/+10
2020-10-28ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warningKalle Valo1-1/+1
2020-10-28ath10k: remove repeated words in commentsKalle Valo6-7/+7
2020-10-08ath11k: Fix memory leak on error pathAlex Dewar1-1/+3
2020-10-01wcn36xx: Advertise beacon filtering support in bmpsLoic Poulain1-0/+2
2020-10-01ath11k: remove unnecessary casts to u32Kalle Valo1-4/+4
2020-10-01ath11k: enable idle power save modeCarl Huang3-0/+13
2020-10-01ath11k: start a timer to update HP for CE pipe 4Carl Huang2-0/+35
2020-10-01ath11k: start a timer to update REO cmd ringCarl Huang3-0/+10
2020-10-01ath11k: start a timer to update TCL HPCarl Huang5-0/+130
2020-10-01ath11k: set WMI pipe credit to 1 for QCA6390Carl Huang1-0/+6
2020-10-01ath11k: enable shadow register configuration and accessCarl Huang9-8/+194
2020-10-01ath11k: read and write registers below unwindowed addressCarl Huang2-0/+42
2020-10-01ath11k: debugfs: fix crash during rmmodCarl Huang1-4/+4
2020-10-01ath11k: fix warning caused by lockdep_assert_heldCarl Huang1-0/+4
2020-10-01ath11k: mac: remove unused conf_mutex to solve a deadlockWen Gong1-10/+1
2020-10-01ath11k: pci: fix rmmod crashCarl Huang1-1/+8
2020-10-01ath11k: add packet log support for QCA6390Carl Huang9-53/+166