aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16ath10k: fix recently introduced checkpatch warningsKalle Valo3-1/+2
2018-01-16ath10k: remove redundant -ve check against u32 integer sizeColin Ian King1-3/+0
2018-01-16ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King1-1/+1
2018-01-16ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu1-6/+7
2018-01-16ath9k: add a quirk to set use_msi automaticallyAceLan Kao1-0/+53
2018-01-16ath9k: add MSI supportRussell Hu6-8/+115
2018-01-15Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller61-713/+3700
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+16
2018-01-09wcn36xx: fix incorrect assignment to msg_body.min_ch_timeColin Ian King1-1/+1
2018-01-09ath10k: bugfix: add USB case in ath10k_core_probe_fwErik Stromdahl1-0/+1
2018-01-09ath10k: remove unused prototypeErik Stromdahl1-1/+0
2018-01-09ath10k: fix spelling errorErik Stromdahl1-1/+1
2018-01-09wil6210: remove reference to preset_chandefLior David6-7/+5
2018-01-09wil6210: remove leftover "FIXME"sDedy Lansky3-4/+2
2018-01-09wil6210: prevent parallel suspend and dump collectionMaya Erez4-8/+54
2018-01-09wil6210: set platform features based on FW capabilitiesMaya Erez3-0/+18
2018-01-09wil6210: add platform capabilities bitmapMaya Erez4-4/+35
2018-01-09wil6210: support 40bit DMA addressesLazar Alexei4-22/+28
2018-01-09wil6210: support Scheduled scanDedy Lansky5-18/+395
2018-01-04wcn36xx: Fix dynamic power savingLoic Poulain2-13/+16
2017-12-27ath10k: update copyright yearKalle Valo43-43/+43
2017-12-27ath10k: add memory dump support QCA988XKalle Valo1-0/+40
2017-12-27ath10k: add memory dump support for QCA6174/QCA9377Alan Liu6-1/+1112
2017-12-27ath10k: add coredump_mask module parameterKalle Valo3-22/+51
2017-12-27ath10k: detach coredump.c from debug.cKalle Valo6-47/+45
2017-12-27ath10k: refactor firmware crashdump code to coredump.cKalle Valo7-240/+291
2017-12-27ath10k: remove deprecated fw_crash_dump debugfs fileKalle Valo1-46/+0
2017-12-27ath10k: advertise TDLS wider bandwidth support for 5GHzBalaji Pothunoori2-1/+7
2017-12-27ath10k: Add fw feature flag for non-bmi firmware loadRakesh Pillai2-75/+108
2017-12-27ath10k: Add debug mask for SNOC bus typeGovind Singh1-0/+1
2017-12-27ath10k: Add SNOC bus type for WCN3990 targetGovind Singh2-0/+4
2017-12-27ath10k: Add support for 64 bit ce descriptorGovind Singh3-97/+587
2017-12-27ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh3-14/+18
2017-12-27ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh3-17/+109
2017-12-27ath10k: Add hw param for rx ring size supportGovind Singh4-4/+20
2017-12-27ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh3-27/+307
2017-12-27ath10k: Add support for 64 bit HTT frag descriptorGovind Singh3-26/+167
2017-12-27ath10k: Add support for 64 bit htt rx ring cfgGovind Singh3-23/+168
2017-12-27ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh2-7/+72
2017-12-27ath10k: Update rx descriptor for WCN3990 targetGovind Singh1-0/+50
2017-12-27ath10k: Add hw param for 64-bit address supportRakesh Pillai2-0/+16
2017-12-27wil6210: fix build warnings without CONFIG_PMArnd Bergmann2-19/+8
2017-12-27ath10k: wmi: remove redundant integer fcColin Ian King1-2/+0
2017-12-14ath10k: wmi: add hw params entry for wcn3990Rakesh Pillai3-0/+30
2017-12-14ath10k: wmi: get wmi init parameter values from hw paramsRakesh Pillai3-3/+44
2017-12-14ath10k: wmi: add management tx by reference support over wmiRakesh Pillai6-1/+158
2017-12-14ath10k: wmi: modify svc bitmap parsing for wcn3990Rakesh Pillai4-15/+97
2017-12-14wcn36xx: Reduce spinlock in indication handlerBjorn Andersson1-2/+2
2017-12-14ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter1-0/+4
2017-12-14wcn36xx: Add hardware scan offload supportLoic Poulain4-8/+238