summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * wcn36xx: Set PHY into correct mode for 80MHz channel widthBryan O'Donoghue2020-09-221-1/+8
| * wcn36xx: Encode PHY mode for 80MHz channel in hw_valueBryan O'Donoghue2020-09-221-25/+25
| * wcn36xx: Add accessor macro HW_VALUE_PHY for PHY settingsBryan O'Donoghue2020-09-221-0/+2
| * wcn36xx: Use HW_VALUE_CHANNEL macro to get channel numberBryan O'Donoghue2020-09-221-2/+4
| * wcn36xx: Add accessor macro HW_VALUE_CHANNEL for hardware channelsBryan O'Donoghue2020-09-221-1/+3
| * ath10k: Use bdf calibration variant for snoc targetsRakesh Pillai2020-09-223-5/+23
| * wcn36xx: Remove dead code in wcn36xx_smd_config_bss()Bryan O'Donoghue2020-09-211-34/+5
| * wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()Bryan O'Donoghue2020-09-211-3/+1
| * wcn36xx: Add wcn36xx_smd_config_bss_v0Bryan O'Donoghue2020-09-211-0/+44
| * wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internallyBryan O'Donoghue2020-09-211-55/+61
| * wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()Bryan O'Donoghue2020-09-211-80/+95
| * wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()Bryan O'Donoghue2020-09-211-1/+2
| * wcn36xx: Functionally decompose wcn36xx_smd_config_sta()Bryan O'Donoghue2020-09-211-21/+32
| * wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()Bryan O'Donoghue2020-09-211-0/+30
| * wcn36xx: Add wcn36xx_smd_set_bss_vht_params()Bryan O'Donoghue2020-09-211-0/+13
| * wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()Bryan O'Donoghue2020-09-211-0/+11
| * wcn36xx: Add wcn36xx_smd_set_sta_vht_params()Bryan O'Donoghue2020-09-211-0/+25
| * wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()Bryan O'Donoghue2020-09-211-0/+11
| * wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()Bryan O'Donoghue2020-09-211-0/+18
| * wcn36xx: Add wcn36xx_set_default_rates_v1Bryan O'Donoghue2020-09-212-0/+9
| * wcn36xx: Use V1 data structure to store supported ratesBryan O'Donoghue2020-09-212-3/+4
| * wcn36xx: Add VHT fields to parameter data structuresBryan O'Donoghue2020-09-212-1/+15
| * ath11k: Remove rproc references from common core layerGovind Singh2020-09-214-37/+44
| * ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile2020-09-211-0/+19
* | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-182-4/+4
* | mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-181-27/+34
|/
* Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-11114-1666/+6918
|\
| * ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing2020-09-111-2/+0
| * ath11k: Remove unused inline function htt_htt_stats_debug_dump()YueHaibing2020-09-111-44/+0
| * ath11k: fix link error when CONFIG_REMOTEPROC is disabledKalle Valo2020-09-111-0/+3
| * ath11k: remove calling ath11k_init_hw_params() second timeAnilkumar Kolli2020-09-111-6/+0
| * ath11k: add raw mode and software crypto supportVenkateswara Naralasetty2020-09-117-22/+91
| * ath11k: add ipq6018 supportAnilkumar Kolli2020-09-114-0/+136
| * ath11k: move target ce configs to hw_paramsAnilkumar Kolli2020-09-116-435/+442
| * ath11k: Add peer max mpdu parameter in peer assoc commandTamizh Chelvam2020-09-091-0/+25
| * ath11k: fix uninitialized return in ath11k_spectral_process_data()Dan Carpenter2020-09-091-0/+2
| * ath11k: fix a double free and a memory leakTom Rix2020-09-081-1/+3
| * ath10k: Add support for chain1 regulator supply votingRakesh Pillai2020-09-081-0/+1
| * wcn36xx: Set feature DOT11AC for wcn3680Bryan O'Donoghue2020-09-021-0/+2
| * wcn36xx: Use existing pointers in wcn36xx_smd_config_bss_v1Bryan O'Donoghue2020-09-021-63/+47
| * wcn36xx: Add Supported rates V1 structureBryan O'Donoghue2020-09-021-0/+70
| * wcn36xx: Add 802.11ac HAL param bitfieldsBryan O'Donoghue2020-09-021-1/+5
| * wcn36xx: Specify ieee80211_rx_status.nssBryan O'Donoghue2020-09-021-0/+1
| * wcn36xx: Fix warning due to bad rate_idxLoic Poulain2020-09-021-0/+9
| * wcn36xx: Add 802.11ac MCS ratesBryan O'Donoghue2020-09-021-1/+108
| * wcn36xx: Hook and identify RF_IRIS_WCN3680Bryan O'Donoghue2020-09-021-0/+2
| * wcn36xx: Add a chip identifier for WCN3680Bryan O'Donoghue2020-09-021-0/+1
| * ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2020-09-012-16/+0
| * ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson2020-09-014-66/+52
| * ath10k: Add interrupt summary based CE processingRakesh Pillai2020-09-012-26/+42