summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-11dt: bindings: net: update compatible for ath11kAnilkumar Kolli1-1/+3
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-08dt: bindings: Add new regulator as optional property for WCN3990Rakesh Pillai1-1/+3
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-63/+47
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-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
2020-08-27ath11k: return -ENOMEM on allocation failureDan Carpenter1-1/+1
2020-08-27ath11k: return error if firmware request failsAlex Dewar1-11/+9
2020-08-27ath9k: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski1-3/+3
2020-08-27ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are usedLee Jones2-32/+30
2020-08-27ath9k: ar5008_initvals: Remove unused table entirelyLee Jones1-37/+0
2020-08-27ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100'Lee Jones1-37/+0
2020-08-27ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280'Lee Jones1-14/+0
2020-08-27ath9k_htc: Do not select MAC80211_LEDS by defaultKrzysztof Kozlowski1-3/+3
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais9-24/+20
2020-08-27ath6kl: wmi: Remove unused variable 'rate'Lee Jones1-8/+2
2020-08-27ath5k: convert tasklets to use new tasklet_setup() APIAllen Pais2-16/+15
2020-08-27wcn36xx: Disable bmps when encryption is disabledLoic Poulain3-1/+15
2020-08-27wcn36xx: Setup starting bitrate to MCS-5Loic Poulain2-0/+9
2020-08-27wcn36xx: Fix software-driven scanLoic Poulain5-93/+119
2020-08-26ath10k: Add new api to support reset TID configTamizh Chelvam2-0/+93
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam6-8/+641
2020-08-26ath10k: Move rate mask validation function up in the fileTamizh Chelvam1-87/+87
2020-08-26ath10k: Add wmi command support for station specific TID configTamizh Chelvam3-0/+106