summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2821-119/+432
|\
| * ath10k: Use device_get_match_data() to simplify codeStephen Boyd2020-01-261-7/+4
| * ath10k: Add newlines to printk messagesStephen Boyd2020-01-261-3/+3
| * ath10k: Correct the DMA direction for management tx buffersRakesh Pillai2020-01-261-1/+1
| * ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh2020-01-262-0/+10
| * Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen2020-01-261-1/+1
| * ath10k: drop RX skb with invalid length for sdioWen Gong2020-01-261-6/+18
| * ath10k: use true,false for bool variablezhengbin2020-01-261-1/+1
| * ath10k: Add optional qdss clkBjorn Andersson2020-01-261-1/+1
| * ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue2020-01-261-1/+1
| * ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue2020-01-261-2/+17
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-0/+1
| |\
| * | ath10k: Fix some typo in some warning messagesChristophe JAILLET2019-12-172-3/+3
| * | ath10k: change bundle count for max rx bundle for sdioWen Gong2019-12-023-9/+13
| * | ath10k: enable napi on RX path for sdioWen Gong2019-12-024-8/+73
| * | ath10k: enable wow feature for sdio chipWen Gong2019-11-291-2/+21
| * | ath10k: change log level for mpdu status of sdio chipWen Gong2019-11-291-2/+2
| * | ath10k: set WMI_PEER_AUTHORIZE after a firmware crashWen Gong2019-11-291-0/+3
| * | ath10k: set max mtu to 1500 for sdio chipWen Gong2019-11-291-0/+2
| * | ath10k: enable firmware log by default for sdioWen Gong2019-11-291-12/+0
| * | ath10k: move non-fatal warn logs to dbg levelGovind Singh2019-11-271-4/+4
| * | ath10k: fix RX of frames with broken FCS in monitor modeLinus Lüssing2019-11-253-0/+10
| * | ath10k: report rssi of each chain to mac80211 for sdioWen Gong2019-11-254-4/+22
| * | ath10k: Handle "invalid" BDFs for msm8998 devicesJeffrey Hugo2019-11-251-1/+9
| * | ath10k: Fix qmi init error handlingJeffrey Hugo2019-11-251-1/+4
| * | ath10k: add NL80211_FEATURE_ND_RANDOM_MAC_ADDR for NLOWen Gong2019-11-251-0/+1
| * | ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01Jeffrey Hugo2019-11-251-1/+3
| * | ath10k: add large size for BMI download data for SDIOWen Gong2019-11-255-2/+66
| * | ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_startWen Gong2019-11-251-1/+4
| * | ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo2019-11-252-3/+0
| * | ath10k: sdio: cosmetic cleanupKalle Valo2019-11-251-12/+9
| * | ath10k: add workqueue for RX path of sdioWen Gong2019-11-254-3/+44
| * | ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong2019-11-253-6/+23
| * | ath10k: enable RX bundle receive for sdioAlagu Sankar2019-11-252-42/+79
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-3/+3
|\ \ \
| * \ \ Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-3/+3
| | |/
* | / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/ /
* / mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen2019-12-131-0/+1
|/
* ath10k: qmi: Sleep for a while before assigning MSA memoryBjorn Andersson2019-11-151-0/+7
* ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"Bjorn Andersson2019-11-151-5/+1
* ath10k: disable cpuidle during downloading firmwareIkjoon Jang2019-11-081-2/+10
* ath10k: fix potential issue of peer stats allocationZhi Chen2019-11-081-0/+1
* ath10k: fix get invalid tx rate for Mesh metricMiaoqing Pan2019-11-081-0/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-11-067-22/+47
|\
| * ath10k: remove unneeded semicolonYueHaibing2019-10-311-1/+1
| * ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng2019-10-221-0/+8
| * ath10k: Correct error handling of dma_map_single()Bjorn Andersson2019-10-141-1/+3
| * ath10k: fix memory leak for tpc_stats_finalMiaoqing Pan2019-10-141-0/+1
| * ath10k: fix array out-of-bounds accessMiaoqing Pan2019-10-142-19/+32
OpenPOWER on IntegriCloud