summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-26ath10k: Use device_get_match_data() to simplify codeStephen Boyd
2020-01-26ath10k: Add newlines to printk messagesStephen Boyd
2020-01-26ath10k: Correct the DMA direction for management tx buffersRakesh Pillai
2020-01-26ath10k: Don't call SCM interface for statically mapped msa regionGovind Singh
2020-01-26Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen
2020-01-26ath10k: drop RX skb with invalid length for sdioWen Gong
2020-01-26ath10k: use true,false for bool variablezhengbin
2020-01-26ath10k: Add optional qdss clkBjorn Andersson
2020-01-26ath10k: pci: Fix comment on ath10k_pci_dump_memory_sramBryan O'Donoghue
2020-01-26ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safeBryan O'Donoghue
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17ath10k: Fix some typo in some warning messagesChristophe JAILLET
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen
2019-12-02ath10k: change bundle count for max rx bundle for sdioWen Gong
2019-12-02ath10k: enable napi on RX path for sdioWen Gong
2019-11-29ath10k: enable wow feature for sdio chipWen Gong
2019-11-29ath10k: change log level for mpdu status of sdio chipWen Gong
2019-11-29ath10k: set WMI_PEER_AUTHORIZE after a firmware crashWen Gong
2019-11-29ath10k: set max mtu to 1500 for sdio chipWen Gong
2019-11-29ath10k: enable firmware log by default for sdioWen Gong
2019-11-27ath10k: move non-fatal warn logs to dbg levelGovind Singh
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-11-25ath10k: fix RX of frames with broken FCS in monitor modeLinus Lüssing
2019-11-25ath10k: report rssi of each chain to mac80211 for sdioWen Gong
2019-11-25ath10k: Handle "invalid" BDFs for msm8998 devicesJeffrey Hugo
2019-11-25ath10k: Fix qmi init error handlingJeffrey Hugo
2019-11-25ath10k: add NL80211_FEATURE_ND_RANDOM_MAC_ADDR for NLOWen Gong
2019-11-25ath10k: Handle when FW doesn't support QMI_WLFW_HOST_CAP_REQ_V01Jeffrey Hugo
2019-11-25ath10k: add large size for BMI download data for SDIOWen Gong
2019-11-25ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_startWen Gong
2019-11-25ath10k: sdio: remove struct ath10k_sdio_rx_data::statusKalle Valo
2019-11-25ath10k: sdio: cosmetic cleanupKalle Valo
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong
2019-11-25ath10k: change max RX bundle size from 8 to 32 for sdioWen Gong
2019-11-25ath10k: enable RX bundle receive for sdioAlagu Sankar
2019-11-15ath10k: qmi: Sleep for a while before assigning MSA memoryBjorn Andersson
2019-11-15ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"Bjorn Andersson
2019-11-08ath10k: disable cpuidle during downloading firmwareIkjoon Jang
2019-11-08ath10k: fix potential issue of peer stats allocationZhi Chen
2019-11-08ath10k: fix get invalid tx rate for Mesh metricMiaoqing Pan
2019-11-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-10-31ath10k: remove unneeded semicolonYueHaibing
2019-10-22ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipeHui Peng
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-10-14ath10k: Correct error handling of dma_map_single()Bjorn Andersson