aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()Bryan O'Donoghue1-0/+11
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_vht_params()Bryan O'Donoghue1-0/+25
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()Bryan O'Donoghue1-0/+11
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()Bryan O'Donoghue1-0/+18
2020-09-21wcn36xx: Add wcn36xx_set_default_rates_v1Bryan O'Donoghue2-0/+9
2020-09-21wcn36xx: Use V1 data structure to store supported ratesBryan O'Donoghue2-3/+4
2020-09-21wcn36xx: Add VHT fields to parameter data structuresBryan O'Donoghue2-1/+15
2020-09-21ath11k: Remove rproc references from common core layerGovind Singh4-37/+44
2020-09-21ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchored_urbs()Brooke Basile1-0/+19
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2-4/+4
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-27/+34
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller114-1658/+6910
2020-09-11ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing1-2/+0
2020-09-11ath11k: Remove unused inline function htt_htt_stats_debug_dump()YueHaibing1-44/+0
2020-09-11ath11k: fix link error when CONFIG_REMOTEPROC is disabledKalle Valo1-0/+3
2020-09-11ath11k: remove calling ath11k_init_hw_params() second timeAnilkumar Kolli1-6/+0
2020-09-11ath11k: add raw mode and software crypto supportVenkateswara Naralasetty7-22/+91
2020-09-11ath11k: add ipq6018 supportAnilkumar Kolli4-0/+136
2020-09-11ath11k: move target ce configs to hw_paramsAnilkumar Kolli6-435/+442
2020-09-09ath11k: Add peer max mpdu parameter in peer assoc commandTamizh Chelvam1-0/+25
2020-09-09ath11k: fix uninitialized return in ath11k_spectral_process_data()Dan Carpenter1-0/+2
2020-09-08ath11k: fix a double free and a memory leakTom Rix1-1/+3
2020-09-08ath10k: Add support for chain1 regulator supply votingRakesh Pillai1-0/+1
2020-09-02wcn36xx: Set feature DOT11AC for wcn3680Bryan O'Donoghue1-0/+2
2020-09-02wcn36xx: Use existing pointers in wcn36xx_smd_config_bss_v1Bryan O'Donoghue1-58/+42
2020-09-02wcn36xx: Add Supported rates V1 structureBryan O'Donoghue1-0/+70
2020-09-02wcn36xx: Add 802.11ac HAL param bitfieldsBryan O'Donoghue1-1/+5
2020-09-02wcn36xx: Specify ieee80211_rx_status.nssBryan O'Donoghue1-0/+1
2020-09-02wcn36xx: Fix warning due to bad rate_idxLoic Poulain1-0/+9
2020-09-02wcn36xx: Add 802.11ac MCS ratesBryan O'Donoghue1-1/+108
2020-09-02wcn36xx: Hook and identify RF_IRIS_WCN3680Bryan O'Donoghue1-0/+2
2020-09-02wcn36xx: Add a chip identifier for WCN3680Bryan O'Donoghue1-0/+1
2020-09-01ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2-16/+0
2020-09-01ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson4-66/+52
2020-09-01ath10k: Add interrupt summary based CE processingRakesh Pillai2-26/+42
2020-08-31ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()Gustavo A. R. Silva1-24/+12
2020-08-31carl9170: Convert 'ar9170_qmap' to inline functionLee Jones3-5/+8
2020-08-31wil6210: wil_platform: Demote kernel-doc header to standard comment blockLee Jones1-2/+1
2020-08-31wil6210: pmc: Demote a few nonconformant kernel-doc function headersLee Jones1-8/+4
2020-08-31wil6210: txrx_edma: Demote comments which are clearly not kernel-docLee Jones1-7/+3
2020-08-31wil6210: txrx: Demote obvious abuse of kernel-docLee Jones1-20/+10
2020-08-31wil6210: interrupt: Demote comment header which is clearly not kernel-docLee Jones1-3/+1
2020-08-31wil6210: wmi: Fix formatting and demote non-conforming function headersLee Jones1-21/+15
2020-08-31ath11k: fix missing error check on call to ath11k_pci_get_user_msi_assignmentColin Ian King1-3/+6
2020-08-31ath11k: fix spelling mistake "moniter" -> "monitor"Colin Ian King1-1/+1
2020-08-31ath11k: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin5-7/+7
2020-08-27carl9170: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-27wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init'Lee Jones1-4/+4
2020-08-27carl9170: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4