aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath11k: Fix memory leak on error pathAlex Dewar2020-10-081-1/+3
* wcn36xx: Advertise beacon filtering support in bmpsLoic Poulain2020-10-011-0/+2
* ath11k: remove unnecessary casts to u32Kalle Valo2020-10-011-4/+4
* ath11k: enable idle power save modeCarl Huang2020-10-013-0/+13
* ath11k: start a timer to update HP for CE pipe 4Carl Huang2020-10-012-0/+35
* ath11k: start a timer to update REO cmd ringCarl Huang2020-10-013-0/+10
* ath11k: start a timer to update TCL HPCarl Huang2020-10-015-0/+130
* ath11k: set WMI pipe credit to 1 for QCA6390Carl Huang2020-10-011-0/+6
* ath11k: enable shadow register configuration and accessCarl Huang2020-10-019-8/+194
* ath11k: read and write registers below unwindowed addressCarl Huang2020-10-012-0/+42
* ath11k: debugfs: fix crash during rmmodCarl Huang2020-10-011-4/+4
* ath11k: fix warning caused by lockdep_assert_heldCarl Huang2020-10-011-0/+4
* ath11k: mac: remove unused conf_mutex to solve a deadlockWen Gong2020-10-011-10/+1
* ath11k: pci: fix rmmod crashCarl Huang2020-10-011-1/+8
* ath11k: add packet log support for QCA6390Carl Huang2020-10-019-56/+169
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_allocGovind Singh2020-10-013-21/+16
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_descWen Gong2020-10-011-1/+1
* ath11k: change to disable softirqs for ath11k_regd_update to solve deadlockWen Gong2020-10-011-3/+3
* ath11k: disable monitor mode on QCA6390Kalle Valo2020-10-013-0/+12
* ath11k: pci: check TCSR_SOC_HW_VERSIONKalle Valo2020-10-011-12/+34
* ath11k: add interface_modes to hw_paramsKalle Valo2020-10-013-39/+75
* ath11k: fix AP mode for QCA6390Carl Huang2020-10-011-2/+4
* ath11k: support loading ELF board filesBen Greear2020-10-011-1/+11
* ath11k: Correctly check errors for calls to debugfs_create_dir()Alex Dewar2020-10-011-20/+5
* ath11k: mac: fix parenthesis alignmentKalle Valo2020-10-011-1/+1
* ath11k: Move non-fatal warn logs to dbg levelGovind Singh2020-09-291-1/+1
* ath9k: Remove set but not used variableLi Heng2020-09-291-21/+0
* Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-2532-1758/+2257
|\
| * ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'Kalle Valo2020-09-252-10/+20
| * ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter2020-09-221-0/+5
| * ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-221-22/+3
| * ath11k: Remove unused function ath11k_htc_restore_tx_skb()YueHaibing2020-09-221-9/+0
| * ath11k: remove redundant num_keep_alive_pattern assignmentKalle Valo2020-09-221-1/+0
| * ath11k: wmi: remove redundant configuration values from initKalle Valo2020-09-222-50/+6
| * ath11k: Add support spectral scan for IPQ6018Karthikeyan Periyasamy2020-09-223-10/+20
| * ath11k: debugfs: move some function declarations to correct header filesKalle Valo2020-09-228-50/+75
| * ath11k: rename debug_htt_stats.[c|h] to debugfs_htt_stats.[c|h]Kalle Valo2020-09-225-7/+7
| * ath11k: debugfs: use ath11k_debugfs_ prefixKalle Valo2020-09-229-70/+70
| * ath11k: refactor debugfs code into debugfs.cKalle Valo2020-09-225-1350/+1369
| * ath11k: Add checked value for ath11k_ahb_removeBo YU2020-09-221-3/+7
| * wcn36xx: Ensure spaces between functionsBryan O'Donoghue2020-09-222-0/+5
| * wcn36xx: Mark internal smd functions staticBryan O'Donoghue2020-09-221-43/+18
| * wcn36xx: Advertise ieee802.11 VHT flagsBryan O'Donoghue2020-09-221-0/+32
| * wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()Bryan O'Donoghue2020-09-221-0/+8
| * wcn36xx: Convert to VHT parameter structure on wcn3680Bryan O'Donoghue2020-09-221-4/+12
| * wcn36xx: Define INIT_HAL_MSG_V1()Bryan O'Donoghue2020-09-221-2/+8
| * wcn36xx: Latch VHT specific BSS parameters to firmwareBryan O'Donoghue2020-09-221-0/+2
| * wcn36xx: Add ability to download wcn3680 specific firmware parametersBryan O'Donoghue2020-09-221-3/+13
| * wcn36xx: Define wcn3680 specific firmware parametersBryan O'Donoghue2020-09-221-0/+96
| * wcn36xx: Extend HAL param config listBryan O'Donoghue2020-09-221-1/+123