summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller1-119/+806
2020-09-11ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing1-2/+0
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-08-26ath10k: Add new api to support reset TID configTamizh Chelvam1-0/+92
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam1-3/+584
2020-08-26ath10k: Move rate mask validation function up in the fileTamizh Chelvam1-87/+87
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-27/+43
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-9/+9
2020-08-15ath10k: correct the array index from mcs index for HT mode for QCA6174Wen Gong1-4/+20
2020-08-15ath10k: remove return for NL80211_STA_INFO_TX_BITRATEWen Gong1-11/+10
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-7/+2
2020-06-16ath10k: provide survey info as accumulated dataVenkateswara Naralasetty1-1/+1
2020-06-16ath10k: fix retry packets update in station dumpVenkateswara Naralasetty1-2/+3
2020-05-11ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai1-0/+3
2020-05-05ath10k: remove the max_sched_scan_reqs valueWen Gong1-1/+0
2020-04-28ath10k: correct tx bitrate of iw for SDIOWen Gong1-0/+10
2020-04-28ath10k: add bitrate parse for peer stats infoWen Gong1-0/+161
2020-04-28ath10k: add rx bitrate report for SDIOWen Gong1-0/+40
2020-04-28ath10k: enable firmware peer stats info for wmi tlvWen Gong1-0/+5
2020-04-27ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong1-0/+7
2020-04-27ath10k: enable rx duration report default for wmi tlvWen Gong1-0/+2
2020-04-23ath10k: Fix the invalid tx/rx chainmask configurationMaharaja Kennadyrajan1-5/+10
2020-04-22ath10k: add flush tx packets for SDIO chipWen Gong1-0/+1
2020-04-06ath10k: enable VHT160 and VHT80+80 modesLei Wang1-23/+61
2020-03-22ath10k: Fill GCMP MIC length for PMFYingying Tang1-5/+20
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+2
2020-02-14mac80211: Fix setting txpower to zeroBen Greear1-1/+2
2020-02-11ath10k: Add support to read btcoex related data from DTTamizh Chelvam1-1/+2
2019-12-22Merge 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 JAILLET1-1/+1
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-0/+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