summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds21-119/+432
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2020-01-26ath10k: Use device_get_match_data() to simplify codeStephen Boyd1-7/+4
2020-01-26ath10k: Add newlines to printk messagesStephen Boyd1-3/+3
2020-01-26ath10k: Correct the DMA direction for management tx buffersRakesh Pillai1-1/+1
2020-01-26ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh2-0/+10
2020-01-26Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen1-1/+1
2020-01-26ath10k: drop RX skb with invalid length for sdioWen Gong1-6/+18
2020-01-26ath10k: use true,false for bool variablezhengbin1-1/+1
2020-01-26ath10k: Add optional qdss clkBjorn Andersson1-1/+1
2020-01-26ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue1-1/+1
2020-01-26ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue1-2/+17
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-3/+3
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-12-17ath10k: Fix some typo in some warning messagesChristophe JAILLET2-3/+3
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-0/+1
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong3-9/+13
2019-12-02ath10k: enable napi on RX path for sdioWen Gong4-8/+73
2019-11-29ath10k: enable wow feature for sdio chipWen Gong1-2/+21
2019-11-29ath10k: change log level for mpdu status of sdio chipWen Gong1-2/+2
2019-11-29ath10k: set WMI_PEER_AUTHORIZE after a firmware crashWen Gong1-0/+3
2019-11-29ath10k: set max mtu to 1500 for sdio chipWen Gong1-0/+2
2019-11-29ath10k: enable firmware log by default for sdioWen Gong1-12/+0
2019-11-27ath10k: move non-fatal warn logs to dbg levelGovind Singh1-4/+4
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-3/+3
2019-11-25ath10k: fix RX of frames with broken FCS in monitor modeLinus Lüssing3-0/+10
2019-11-25ath10k: report rssi of each chain to mac80211 for sdioWen Gong4-4/+22
2019-11-25ath10k: Handle "invalid" BDFs for msm8998 devicesJeffrey Hugo1-1/+9
2019-11-25ath10k: Fix qmi init error handlingJeffrey Hugo1-1/+4
2019-11-25ath10k: add NL80211_FEATURE_ND_RANDOM_MAC_ADDR for NLOWen Gong1-0/+1
2019-11-25ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01Jeffrey Hugo1-1/+3
2019-11-25ath10k: add large size for BMI download data for SDIOWen Gong5-2/+66
2019-11-25ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_startWen Gong1-1/+4
2019-11-25ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo2-3/+0
2019-11-25ath10k: sdio: cosmetic cleanupKalle Valo1-12/+9
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong4-3/+44
2019-11-25ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong3-6/+23
2019-11-25ath10k: enable RX bundle receive for sdioAlagu Sankar2-42/+79
2019-11-15ath10k: qmi: Sleep for a while before assigning MSA memoryBjorn Andersson1-0/+7
2019-11-15ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"Bjorn Andersson1-5/+1
2019-11-08ath10k: disable cpuidle during downloading firmwareIkjoon Jang1-2/+10
2019-11-08ath10k: fix potential issue of peer stats allocationZhi Chen1-0/+1
2019-11-08ath10k: fix get invalid tx rate for Mesh metricMiaoqing Pan1-0/+2
2019-11-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo7-22/+47
2019-10-31ath10k: remove unneeded semicolonYueHaibing1-1/+1
2019-10-22ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng1-0/+8
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring1-3/+1
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang1-5/+0
2019-10-14ath10k: Correct error handling of dma_map_single()Bjorn Andersson1-1/+3