aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ath10k: Fix some typo in some warning messagesChristophe JAILLET1-1/+1
2019-11-29ath10k: set WMI_PEER_AUTHORIZE after a firmware crashWen Gong1-0/+3
2019-11-25ath10k: add NL80211_FEATURE_ND_RANDOM_MAC_ADDR for NLOWen Gong1-0/+1
2019-11-15ath10k: Revert "ath10k: add cleanup in ath10k_sta_state()"Bjorn Andersson1-5/+1
2019-11-08ath10k: fix potential issue of peer stats allocationZhi Chen1-0/+1
2019-10-14ath10k: Correct error handling of dma_map_single()Bjorn Andersson1-1/+3
2019-10-02ath10k: add support for hardware rfkillWen Gong1-1/+78
2019-10-02ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freqBen Greear1-11/+11
2019-10-01ath10k: switch to ieee80211_tx_dequeue_niErik Stromdahl1-1/+1
2019-09-23ath10k: Add peer param map for tlv and non-tlvRakesh Pillai1-8/+8
2019-09-17ath10k: fix spelling mistake "eanble" -> "enable"Colin Ian King1-1/+1
2019-09-17ath10k: add cleanup in ath10k_sta_state()Wenwen Wang1-1/+5
2019-09-17ath10k: avoid leaving .bss_info_changed prematurelySven Eckelmann1-26/+36
2019-09-12ath10k: free beacon buf later in vdev teardownBen Greear1-4/+5
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-07-15ath10k: work around uninitialized vht_pfr variableArnd Bergmann1-0/+2
2019-06-25ath10k: add support for controlling tx power to a stationAshok Raj Nagarajan1-0/+39
2019-06-25ath10k: Add peer delete response eventDundi Raviteja1-2/+39
2019-06-25ath10k: wait for vdev delete response from firmwareRakesh Pillai1-0/+15
2019-06-25ath10k: fix failure to set multiple fixed rateMiaoqing Pan1-12/+99
2019-06-25ath10k: enabling tx stats support over pktlogBalaji Pothunoori1-1/+2
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-3/+11
2019-05-07ath10k: Do not send probe response template for meshSurabhi Vishnoi1-0/+4
2019-04-29ath10k: fix incorrect multicast/broadcast rate settingPradeep kumar Chitrapu1-3/+7
2019-04-29ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki1-2/+2
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-2/+2
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-12ath10k: report tx airtime provided by fwManikanta Pubbisetty1-1/+5
2019-02-12ath10k: add dynamic vlan supportManikanta Pubbisetty1-2/+24
2019-02-12ath10k: add support to configure ftm responder rolePradeep Kumar Chitrapu1-0/+30
2019-02-12ath10k: report estimated frame transmit airtime to improve fairnessKan Yan1-3/+54
2019-02-12ath10k: migrate to mac80211 txq schedulingToke Høiland-Jørgensen1-55/+43
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai1-1/+1
2019-02-11ath10k: update GCMP & GCMP-256 cipher suite number for WCN3990Abhishek Ambure1-6/+6
2019-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-3/+4
2019-02-07ath10k: add a condition to fill the LDPC capability correctlySurabhi Vishnoi1-1/+2
2019-02-07ath10k: fix dma unmap direction for management framesRakesh Pillai1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-20ath10k: add support to configure BB timing over wmiBhagavathi Perumal S1-0/+47
2018-12-20ath10k: fix tx_stats memory leakZhi Chen1-9/+13
2018-12-20ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam1-0/+11
2018-12-20ath10k: fix kernel panic due to use after freeKarthikeyan Periyasamy1-5/+5
2018-12-20ath10k: remove set but not used variable 'num_tdls_vifs'YueHaibing1-26/+0
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-4/+7
2018-11-16ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris1-1/+1
2018-11-06ath10k: don't assume this is a PCI dev in generic codeBrian Norris1-2/+1
2018-11-05ath10k: fixup extended per sta tx statisticsDan Carpenter1-2/+6
2018-10-13ath10k: add peer flush in ath10k_flush for STATIONWen Gong1-2/+13
2018-10-13ath10k: management tx ack rssi capability checkBalaji Pothunoori1-2/+3
2018-10-13ath10k: support NET_DETECT WoWLAN featureWen Gong1-0/+12