aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2019-10-04mac80211: simplify TX aggregation startJohannes Berg4-6/+6
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo30-420/+713
2019-10-02wil6210: check len before memcpy() callsDenis Efremov1-2/+4
2019-10-02ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov1-1/+2
2019-10-02ath10k: add support for hardware rfkillWen Gong9-1/+178
2019-10-02ath10k: restore QCA9880-AR1A (v1) detectionChristian Lamparter1-11/+25
2019-10-02ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freqBen Greear1-11/+11
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang1-4/+2
2019-10-01ath9k_htc: Discard undersized packetsMasashi Honma1-4/+19
2019-10-01ath9k_htc: Modify byte order for an error messageMasashi Honma1-1/+1
2019-10-01ath9k_hw: fix uninitialized variable dataDenis Efremov1-1/+1
2019-10-01ath10k: fix backtrace on coredumpAnilkumar Kolli1-3/+8
2019-10-01ath10k: coredump: fix IRAM addr for QCA9984, QCA4019, QCA9888 and QCA99x0Anilkumar Kolli1-3/+3
2019-10-01ath10k: switch to ieee80211_tx_dequeue_niErik Stromdahl1-1/+1
2019-10-01ath10k: change sw version print format to hexTomislav Požega1-1/+1
2019-10-01ath10k: print supported MCS rates within service ready eventTomislav Požega4-1/+8
2019-10-01ath10k: print service ready returned channel rangeTomislav Požega1-1/+5
2019-10-01ath10k: add 2ghz channel arguments to service ready structureTomislav Požega4-0/+12
2019-10-01ath9k: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-9/+9
2019-09-26Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-1/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski5-8/+8
2019-09-25wil6210: use after free in wil_netif_rx_any()Dan Carpenter1-1/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-09-23ath10k: fix memory leakNavid Emamdoost1-0/+1
2019-09-23ath10k: remove the warning of sdio not full supportWen Gong1-3/+0
2019-09-23ath: Use dev_get_drvdata where possibleChuhong Yuan3-9/+5
2019-09-23ath: fix various spelling mistakesColin Ian King3-4/+4
2019-09-23ath10k: fix missing checks for bmi reads and writesKangjie Lu1-9/+32
2019-09-23ath10k: Add support to provide higher range mem chunks in wmi init commandSurabhi Vishnoi3-2/+34
2019-09-23ath10k: Add peer param map for tlv and non-tlvRakesh Pillai7-9/+84
2019-09-21ath10k: Enable MSA region dump support for WCN3990Govind Singh5-0/+93
2019-09-21ath10k: Add xo calibration support for wifi rf clockGovind Singh3-0/+25
2019-09-17ath10k: fix spelling mistake "eanble" -> "enable"Colin Ian King1-1/+1
2019-09-17ath10k: fix latency issue for QCA988xMiaoqing Pan1-6/+9
2019-09-17ath10k: add cleanup in ath10k_sta_state()Wenwen Wang1-1/+5
2019-09-17ath10k: revalidate the msa region coming from firmwareGovind Singh1-0/+15
2019-09-17ath10k: use ath10k_pci_soc_ functions for all warm_reset instancesTomislav Požega1-15/+11
2019-09-17ath10k: Use ARRAY_SIZEVasyl Gomonovych1-2/+1
2019-09-17ath10k: avoid leaving .bss_info_changed prematurelySven Eckelmann1-26/+36
2019-09-17ath10k: Use standard bulk clock API in snocBjorn Andersson2-115/+21
2019-09-17ath10k: Use standard regulator bulk API in snocBjorn Andersson2-170/+27
2019-09-17ath10k: snoc: skip regulator operationsBjorn Andersson2-23/+6
2019-09-17ath10k: Fix HOST capability QMI incompatibilityBjorn Andersson5-3/+45
2019-09-17ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens1-1/+1
2019-09-12wil6210: ignore reset errors for FW during probeLior David1-3/+1
2019-09-12wil6210: fix RX short frame checkLior David1-2/+2
2019-09-12wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David1-1/+2
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez1-4/+17
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky1-0/+1