summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring2019-10-151-3/+1
* wireless: Remove call to memset after dma_alloc_coherentFuqian Huang2019-10-151-5/+0
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-10-0330-420/+713
|\
| * wil6210: check len before memcpy() callsDenis Efremov2019-10-021-2/+4
| * ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov2019-10-021-1/+2
| * ath10k: add support for hardware rfkillWen Gong2019-10-029-1/+178
| * ath10k: restore QCA9880-AR1A (v1) detectionChristian Lamparter2019-10-021-11/+25
| * ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freqBen Greear2019-10-021-11/+11
| * ath9k_htc: Discard undersized packetsMasashi Honma2019-10-011-4/+19
| * ath9k_htc: Modify byte order for an error messageMasashi Honma2019-10-011-1/+1
| * ath9k_hw: fix uninitialized variable dataDenis Efremov2019-10-011-1/+1
| * ath10k: fix backtrace on coredumpAnilkumar Kolli2019-10-011-3/+8
| * ath10k: coredump: fix IRAM addr for QCA9984, QCA4019, QCA9888 and QCA99x0Anilkumar Kolli2019-10-011-3/+3
| * ath10k: switch to ieee80211_tx_dequeue_niErik Stromdahl2019-10-011-1/+1
| * ath10k: change sw version print format to hexTomislav Požega2019-10-011-1/+1
| * ath10k: print supported MCS rates within service ready eventTomislav Požega2019-10-014-1/+8
| * ath10k: print service ready returned channel rangeTomislav Požega2019-10-011-1/+5
| * ath10k: add 2ghz channel arguments to service ready structureTomislav Požega2019-10-014-0/+12
| * ath9k: remove unused including <linux/version.h>YueHaibing2019-10-011-1/+0
| * ath10k: fix memory leakNavid Emamdoost2019-09-231-0/+1
| * ath10k: remove the warning of sdio not full supportWen Gong2019-09-231-3/+0
| * ath: Use dev_get_drvdata where possibleChuhong Yuan2019-09-233-9/+5
| * ath: fix various spelling mistakesColin Ian King2019-09-233-4/+4
| * ath10k: fix missing checks for bmi reads and writesKangjie Lu2019-09-231-9/+32
| * ath10k: Add support to provide higher range mem chunks in wmi init commandSurabhi Vishnoi2019-09-233-2/+34
| * ath10k: Add peer param map for tlv and non-tlvRakesh Pillai2019-09-237-9/+84
| * ath10k: Enable MSA region dump support for WCN3990Govind Singh2019-09-215-0/+93
| * ath10k: Add xo calibration support for wifi rf clockGovind Singh2019-09-213-0/+25
| * ath10k: fix spelling mistake "eanble" -> "enable"Colin Ian King2019-09-171-1/+1
| * ath10k: fix latency issue for QCA988xMiaoqing Pan2019-09-171-6/+9
| * ath10k: add cleanup in ath10k_sta_state()Wenwen Wang2019-09-171-1/+5
| * ath10k: revalidate the msa region coming from firmwareGovind Singh2019-09-171-0/+15
| * ath10k: use ath10k_pci_soc_ functions for all warm_reset instancesTomislav Požega2019-09-171-15/+11
| * ath10k: Use ARRAY_SIZEVasyl Gomonovych2019-09-171-2/+1
| * ath10k: avoid leaving .bss_info_changed prematurelySven Eckelmann2019-09-171-26/+36
| * ath10k: Use standard bulk clock API in snocBjorn Andersson2019-09-172-115/+21
| * ath10k: Use standard regulator bulk API in snocBjorn Andersson2019-09-172-170/+27
| * ath10k: snoc: skip regulator operationsBjorn Andersson2019-09-172-23/+6
| * ath10k: Fix HOST capability QMI incompatibilityBjorn Andersson2019-09-175-3/+45
| * ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens2019-09-171-1/+1
* | net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang2019-10-021-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-296-9/+9
|\ \
| * \ Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/p...David S. Miller2019-09-261-1/+1
| |\ \
| | * | wil6210: use after free in wil_netif_rx_any()Dan Carpenter2019-09-251-1/+1
| | |/
| * / drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-265-8/+8
| |/
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-1/+0
|\ \ | |/ |/|
| * PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | wil6210: ignore reset errors for FW during probeLior David2019-09-121-3/+1
* | wil6210: fix RX short frame checkLior David2019-09-121-2/+2
* | wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David2019-09-121-1/+2