summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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-26/+98
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-112/+133
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 handlin...Christophe JAILLET1-1/+1
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva5-15/+15
2020-08-17ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter1-0/+2
2020-08-17ath9k_htc: Use appropriate rs_datalen typeMasashi Honma1-1/+1
2020-08-17ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportAlexander Wetzel2-0/+13
2020-08-17ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter1-0/+3
2020-08-17ath6kl: fix spelling mistake "initilisation" -> "initialization"Colin Ian King1-1/+1
2020-08-17ath6kl: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-17ath5k: Fix kerneldoc formatting issueLee Jones1-1/+1
2020-08-17wil6210: Demote non-kerneldoc headers to standard comment blocksLee Jones1-2/+2
2020-08-17ath5k: pcu: Add a description for 'band' remove one for 'mode'Lee Jones1-1/+1
2020-08-17ath5k: Use fallthrough pseudo-keywordGustavo A. R. Silva4-8/+8
2020-08-17ath11k: hal: create hw_srng_config dynamicallyKalle Valo8-66/+79
2020-08-17ath11k: enable internal sleep clockCarl Huang3-0/+21
2020-08-17ath11k: fix KASAN warning of ath11k_qmi_wlanfw_wlan_cfg_sendCarl Huang1-1/+1
2020-08-17ath11k: fix memory OOB access in qmi_decodeCarl Huang2-4/+12
2020-08-17ath11k: allocate smaller chunks of memory for firmwareCarl Huang1-12/+30
2020-08-17ath11k: setup ce tasklet for control pathGovind Singh3-8/+112
2020-08-17ath11k: configure copy engine msi address in CE srngGovind Singh4-0/+83
2020-08-17ath11k: pci: add read32() and write32() hif operationsGovind Singh2-0/+59
2020-08-17ath11k: fill appropriate QMI service instance id for QCA6390Govind Singh4-1/+6
2020-08-17ath11k: add board file support for PCI devicesGovind Singh6-10/+167
2020-08-17ath11k: add support for m3 firmwareGovind Singh6-7/+86
2020-08-17ath11k: use remoteproc only with AHB devicesGovind Singh5-7/+47
2020-08-17ath11k: pci: add HAL, CE and core initialisationGovind Singh4-1/+393
2020-08-17ath11k: register MHI controller device for QCA6390Govind Singh7-1/+547
2020-08-17ath11k: implement ath11k_core_pre_init()Kalle Valo4-6/+26
2020-08-17ath11k: pci: add MSI config initialisationGovind Singh3-0/+83
2020-08-17ath11k: pci: setup resourcesGovind Singh2-1/+122
2020-08-17ath11k: add simple PCI client driver for QCA6390 chipsetGovind Singh10-2/+127