aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+31
2019-04-29ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki1-2/+2
2019-04-29ath10k: perform crash dump collection in workqueueBrian Norris6-9/+29
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2-3/+3
2019-02-28ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi6-6/+60
2019-02-28ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi1-3/+3
2019-02-28ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi2-1/+4
2019-02-28ath10k: Fix the wrong updation of BW in tx_stats debugfs entrySurabhi Vishnoi2-4/+5
2019-02-28ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi1-8/+8
2019-02-26ath10k: update the max num of peers supported for WCN3990Abhishek Ambure2-6/+6
2019-02-26ath10k: remove the calibration data fetch for sdioWen Gong1-0/+3
2019-02-26ath10k: Fix length of wmi tlv command for protected mgmt framesSurabhi Vishnoi1-3/+1
2019-02-26ath10k: don't report unset rssi values to mac80211Alagu Sankar1-3/+9
2019-02-26ath10k: sdio: reset chip on power_down()Wen Gong1-8/+16
2019-02-26ath10k: sdio: disable fwlog printsAlagu Sankar1-0/+7
2019-02-26ath10k: sdio: set hi_acs_flagsAlagu Sankar1-3/+9
2019-02-26ath10k: correct the format of host memory chunks in wmi init commandYu Wang1-3/+36
2019-02-26ath10k: enhance logging for vdev pdev & peer set paramRakesh Pillai1-3/+7
2019-02-26ath10k: add support for ack rssi value of data tx packetsAbhishek Ambure4-6/+146
2019-02-26ath10k: add support for ack rssi value of management tx packetsAbhishek Ambure4-13/+90
2019-02-26ath10k: fix descriptor size in ce tx completion for WCN3990Rakesh Pillai2-2/+66
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo61-721/+61
2019-02-20ath10k: change 'unsigned long int' to 'unsigned long'Kalle Valo5-32/+32
2019-02-12ath10k: copy the whole struct ath10k_bus_params in ath10k_core_register()Kalle Valo1-3/+2
2019-02-12ath10k: fix documentation in ath10k_wow_convert_8023_to_80211()Kalle Valo1-4/+3
2019-02-12ath10k: align ath10k_htt_txbuf structuresKalle Valo1-2/+2
2019-02-12ath10k: change wmi.h to include only ieee80211.hKalle Valo1-1/+1
2019-02-12ath10k: make wmi_service_name() warn about missing service idsKalle Valo1-2/+6
2019-02-12ath10k: add missing values to wmi_service_name()Kalle Valo1-0/+6
2019-02-12ath10k: report tx airtime provided by fwManikanta Pubbisetty6-5/+86
2019-02-12ath10k: add dynamic vlan supportManikanta Pubbisetty3-2/+31
2019-02-12ath10k: add support to configure ftm responder rolePradeep Kumar Chitrapu4-0/+45
2019-02-12ath10k: report estimated frame transmit airtime to improve fairnessKan Yan4-3/+61
2019-02-12ath10k: migrate to mac80211 txq schedulingToke Høiland-Jørgensen5-61/+54
2019-02-12ath10k: fix line length warning in ath10k_ce_alloc_dest_ring()Kalle Valo1-1/+2
2019-02-11ath10k: fix shadow register implementation for WCN3990Rakesh Pillai2-14/+14
2019-02-11ath10k: enable Factory Test Mode for WCN3990Rakesh Pillai9-14/+31
2019-02-11ath10k: pci: use mutex for diagnostic window CE pollingBrian Norris2-26/+18
2019-02-11ath10k: request credit report if flow control enabled on epGovind Singh1-1/+2
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh11-18/+31
2019-02-11ath10k: enable bus layer suspend/resume for WCN3990Govind Singh1-0/+45
2019-02-11ath10k: implement set_base_macaddr to fix rx-bssid mask in multiple APs confChristian Lamparter4-0/+50
2019-02-11ath10k: update GCMP & GCMP-256 cipher suite number for WCN3990Abhishek Ambure5-17/+65
2019-02-11ath10k: assign 'n_cipher_suites = 11' for WCN3990 to enable WPA3Abhishek Ambure1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-1/+1
2019-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-60/+586
2019-02-07ath10k: fill tx_duration for each peer in Tx stats per STASurabhi Vishnoi1-0/+3
2019-02-07ath10k: add a condition to fill the LDPC capability correctlySurabhi Vishnoi2-1/+4
2019-02-07ath10k: reduce transmit msdu countAlagu Sankar3-2/+7