aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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-26net: ath11k: constify ath11k_thermal_opsRikard Falkeborn1-1/+1
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
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong5-4/+679
2020-08-19ath10k: add bus type for each layout of coredumpWen Gong2-1/+16
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo79-745/+4205
2020-08-18ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva4-15/+14
2020-08-18ath11k: Fix possible memleak in ath11k_qmi_init_serviceWang Yufen1-0/+1
2020-08-18ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam1-1/+7
2020-08-18ath10k: Register shutdown handlerRakesh Pillai1-0/+9
2020-08-18ath11k: reset MHI during power down and power upCarl Huang4-3/+150
2020-08-18ath11k: use TCL_DATA_RING_0 for QCA6390Carl Huang3-2/+11
2020-08-18ath11k: process both lmac rings for QCA6390Carl Huang1-24/+35
2020-08-18ath11k: assign correct search flag and type for QCA6390Carl Huang4-4/+24
2020-08-18ath11k: delay vdev_start for QCA6390Carl Huang4-0/+55
2020-08-18ath11k: refine the phy_id check in ath11k_reg_chan_list_eventCarl Huang1-1/+6
2020-08-18ath11k: setup QCA6390 rings for both rxdmasCarl Huang10-96/+268
2020-08-18ath11k: don't initialize rxdma1 related ringCarl Huang3-2/+36
2020-08-18ath11k: enable DP interrupt setup for QCA6390Carl Huang5-1/+322
2020-08-18ath11k: dp: redefine peer_map and peer_unmapCarl Huang2-2/+6
2020-08-18ath11k: wmi: put hardware to DBS modeCarl Huang3-5/+13
2020-08-18ath11k: initialize wmi config based on hw_paramsCarl Huang3-1/+105
2020-08-18ath11k: force single pdev only for QCA6390Carl Huang5-25/+97
2020-08-18ath11k: disable CE interrupt before hif startCarl Huang1-0/+1
2020-08-18ath11k: ce: get msi_addr and msi_data before srng setupCarl Huang1-3/+3
2020-08-18ath11k: hal: assign msi_addr and msi_data to srngCarl Huang1-0/+2
2020-08-18ath11k: ce: remove CE_COUNT() macroKalle Valo6-21/+20
2020-08-18ath11k: ce: remove host_ce_config_wlan macroKalle Valo1-10/+8
2020-08-18ath11k: ce: support different CE configurationsCarl Huang8-18/+110
2020-08-18ath11k: hal: cleanup dynamic register macrosKalle Valo3-110/+131
2020-08-18ath11k: hal: create register values dynamicallyCarl Huang4-36/+192
2020-08-18ath10k: move enable_pll_clk call to ath10k_core_start()Kalle Valo2-8/+7
2020-08-17wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680Bryan O'Donoghue1-1/+1
2020-08-17ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handling pathChristophe JAILLET1-1/+1