aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-21ath10k: mark PM functions as __maybe_unusedArnd Bergmann1-5/+2
2017-08-31ath10k: configure and enable the wakeup capabilityRyan Hsu3-0/+16
2017-08-31ath10k: add the PCI PM core suspend/resume opsRyan Hsu1-0/+42
2017-08-31ath10k: activate user space firmware loading againHauke Mehrtens1-1/+1
2017-08-31ath10k: sdio: remove unused struct memberErik Stromdahl2-6/+0
2017-08-31ath10k: fix napi_poll budget overflowRyan Hsu1-6/+11
2017-08-08ath10k: switch to use new generic UUID APIAndy Shevchenko3-8/+8
2017-08-08ath10k: fix memory leak in rx ring buffer allocationRakesh Pillai1-6/+6
2017-08-08ath10k: ath10k_htt_rx_amsdu_allowed() use ath10k_dbg()Gabriel Craciunescu1-1/+1
2017-08-03ath10k: explicitly request exclusive reset controlPhilipp Zabel1-5/+10
2017-08-03ath10k: push peer type to target for TDLS peersManikanta Pubbisetty2-0/+2
2017-08-03ath10k: add tdls support for 10.4 firmwaresManikanta Pubbisetty5-3/+436
2017-08-03ath10k: extend wmi service map to accommodate new servicesManikanta Pubbisetty1-1/+12
2017-08-03ath10k: sdio: fix compile warningErik Stromdahl1-4/+4
2017-08-03ath10k: add initial USB supportErik Stromdahl4-0/+1244
2017-08-03ath10k: various usb related definitionsErik Stromdahl3-0/+6
2017-08-03ath10k: set a-mpdu receiver reference numberMatthias Frei2-1/+13
2017-07-06ath10k: increase buffer len to print all wmi servicesTamizh chelvam1-1/+1
2017-07-06ath10k: add copy engine register MAP for wcn3990 targetGovind Singh4-0/+168
2017-07-06ath10k: make CE layer bus agnosticGovind Singh6-175/+224
2017-07-06ath10k: fix indenting in ath10k_wmi_update_noa()Kalle Valo1-1/+1
2017-06-28ath10k: fix a bunch of spelling mistakes in messagesColin Ian King4-5/+5
2017-06-28ath10k: add const to thermal_cooling_device_ops structureBhumika Goyal1-1/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller12-274/+495
2017-06-21ath10k: set rxnss_override for QCA9888Sven Eckelmann1-2/+6
2017-06-21ath10k: configure rxnss_override for QCA9984Ben Greear5-1/+69
2017-06-21ath10k: use complete VHT chan width for 160MHz workaroundBen Greear1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-6/+4
2017-06-16ath10k: add per chain RSSI reportingNorik Dzhandzhapanyan1-0/+13
2017-06-16ath10k: define structures for CE ctrl/misc registerSarada Prasanna Garnayak6-195/+325
2017-06-01ath10k: fix the logic of limiting tdls peer countsRyan Hsu1-28/+21
2017-06-01ath10k: add BMI parameters to fix calibration from DT/pre-calAnilkumar Kolli2-3/+15
2017-06-01ath10k: initialize nbytes to 0Ben Greear1-0/+4
2017-06-01ath10k: log when longer bmi cmds happenBen Greear1-6/+21
2017-06-01ath10k: increase BMI timeoutBen Greear1-2/+2
2017-05-31ath10k: go back to using dma_alloc_coherent() for firmware scratch memoryAdrian Chadd1-25/+10
2017-05-23ath10k: fix reported HT MCS rates with NSS > 1Sven Eckelmann1-4/+10
2017-05-23ath10k: remove unnecessary codeGustavo A. R. Silva1-9/+0
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo16-83/+2767
2017-05-04ath10k: append the wmi_op_version to testmode get_version cmdRyan Hsu2-0/+8
2017-05-04ath10k: fix out of bounds access to local bufferMichael Mera1-6/+10
2017-05-04ath10k: add initial SDIO supportErik Stromdahl4-0/+2352
2017-05-04ath10k: different fw file name for sdioErik Stromdahl1-1/+12
2017-05-04ath10k: htc: ready_ext msg supportErik Stromdahl2-6/+27
2017-05-04ath10k: sdio get target infoErik Stromdahl3-1/+77
2017-05-04ath10k: add sdio extra initializationsErik Stromdahl1-0/+18
2017-05-04ath10k: various sdio related definitionsErik Stromdahl4-0/+82
2017-05-04ath10k: htc: refactorizationErik Stromdahl1-40/+34
2017-05-04ath10k: htc: move htc ctrl ep connect to htc_initErik Stromdahl1-22/+17
2017-05-04ath10k: htc: rx trailer lookahead supportErik Stromdahl2-5/+120