summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: fix channel info parsing for non tlv targetRakesh Pillai2019-10-053-9/+17
* ath10k: Change the warning message stringFabio Estevam2019-08-041-1/+1
* ath10k: destroy sdio workqueue while remove sdio moduleWen Gong2019-07-261-0/+3
* ath10k: Fix memory leak in qmiDundi Raviteja2019-07-261-0/+1
* ath10k: fix PCIE device wake up failedMiaoqing Pan2019-07-261-1/+1
* ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan2019-07-261-4/+5
* ath10k: add missing error handlingClaire Chang2019-07-261-0/+4
* ath10k: Fix encoding for protected management framesRakesh Pillai2019-07-261-1/+3
* ath10k: add peer id check in ath10k_peer_find_by_idWen Gong2019-07-261-0/+3
* ath10k: Fix the wrong value of enums for wmi tlv stats idSurabhi Vishnoi2019-07-261-3/+4
* ath10k: Do not send probe response template for meshSurabhi Vishnoi2019-07-261-0/+4
* ath10k: fix incorrect multicast/broadcast rate settingPradeep kumar Chitrapu2019-07-261-3/+7
* ath10k: htt: don't use txdone_fifo with SDIOAlagu Sankar2019-07-261-1/+3
* ath10k: Check tx_stats before use itYingying Tang2019-07-261-0/+7
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-027-11/+31
|\
| * ath10k: Drop WARN_ON()s that always trigger during system resumeRafael J. Wysocki2019-04-291-2/+2
| * ath10k: perform crash dump collection in workqueueBrian Norris2019-04-296-9/+29
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
|/
* mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-082-3/+3
* ath10k: Fill rx duration for each peer in fw_stats for WCN3990Surabhi Vishnoi2019-02-286-6/+60
* ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi2019-02-281-3/+3
* ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi2019-02-282-1/+4
* ath10k: Fix the wrong updation of BW in tx_stats debugfs entrySurabhi Vishnoi2019-02-282-4/+5
* ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi2019-02-281-8/+8
* ath10k: update the max num of peers supported for WCN3990Abhishek Ambure2019-02-262-6/+6
* ath10k: remove the calibration data fetch for sdioWen Gong2019-02-261-0/+3
* ath10k: Fix length of wmi tlv command for protected mgmt framesSurabhi Vishnoi2019-02-261-3/+1
* ath10k: don't report unset rssi values to mac80211Alagu Sankar2019-02-261-3/+9
* ath10k: sdio: reset chip on power_down()Wen Gong2019-02-261-8/+16
* ath10k: sdio: disable fwlog printsAlagu Sankar2019-02-261-0/+7
* ath10k: sdio: set hi_acs_flagsAlagu Sankar2019-02-261-3/+9
* ath10k: correct the format of host memory chunks in wmi init commandYu Wang2019-02-261-3/+36
* ath10k: enhance logging for vdev pdev & peer set paramRakesh Pillai2019-02-261-3/+7
* ath10k: add support for ack rssi value of data tx packetsAbhishek Ambure2019-02-264-6/+146
* ath10k: add support for ack rssi value of management tx packetsAbhishek Ambure2019-02-264-13/+90
* ath10k: fix descriptor size in ce tx completion for WCN3990Rakesh Pillai2019-02-262-2/+66
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-2061-721/+61
* ath10k: change 'unsigned long int' to 'unsigned long'Kalle Valo2019-02-205-32/+32
* ath10k: copy the whole struct ath10k_bus_params in ath10k_core_register()Kalle Valo2019-02-121-3/+2
* ath10k: fix documentation in ath10k_wow_convert_8023_to_80211()Kalle Valo2019-02-121-4/+3
* ath10k: align ath10k_htt_txbuf structuresKalle Valo2019-02-121-2/+2
* ath10k: change wmi.h to include only ieee80211.hKalle Valo2019-02-121-1/+1
* ath10k: make wmi_service_name() warn about missing service idsKalle Valo2019-02-121-2/+6
* ath10k: add missing values to wmi_service_name()Kalle Valo2019-02-121-0/+6
* ath10k: report tx airtime provided by fwManikanta Pubbisetty2019-02-126-5/+86
* ath10k: add dynamic vlan supportManikanta Pubbisetty2019-02-123-2/+31
* ath10k: add support to configure ftm responder rolePradeep Kumar Chitrapu2019-02-124-0/+45
* ath10k: report estimated frame transmit airtime to improve fairnessKan Yan2019-02-124-3/+61
* ath10k: migrate to mac80211 txq schedulingToke Høiland-Jørgensen2019-02-125-61/+54