summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-08-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo26-160/+856
2018-08-28ath10k: limit available channels via DT ieee80211-freq-limitSven Eckelmann1-0/+2
2018-08-28wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky1-0/+3
2018-08-28wil6210: add FT roam support for AP and stationAhmad Masri8-57/+735
2018-08-28wil6210: fix RX buffers release and unmapMaya Erez1-5/+10
2018-08-28wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2-4/+9
2018-08-28wil6210: allocate rx reorder buffer only if rx reorder is enabledMaya Erez1-5/+7
2018-08-28wil6210: set edma variables only for Talyn-MB devicesMaya Erez2-2/+1
2018-08-28wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky1-1/+8
2018-08-28wil6210: add support for channel 4Alexei Avshalom Lazar4-1/+26
2018-08-28wil6210: remove reset file from debugfsKarthick Gopalasubramanian1-27/+0
2018-08-28ath6kl: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau4-20/+4
2018-08-28ath9k: remove unused array firstep_tableColin Ian King1-4/+0
2018-08-28ath9k: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-08-28ath10k: use struct_size() in kzalloc()Gustavo A. R. Silva1-16/+8
2018-08-28ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-08-28ath10k: skip resetting rx filter for WCN3990Rakesh Pillai2-1/+21
2018-08-24wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-10/+9
2018-08-24wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg...YueHaibing1-2/+2
2018-08-24ath10k: fix kernel panic by moving pci flush after napi_disableTamizh chelvam2-3/+3
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-08-06ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-31wil6210: fix eDMA RX chainingMaya Erez3-7/+15
2018-07-31wil6210: prevent FW download if HW is configured for secured bootMaya Erez1-0/+5
2018-07-31wil6210: off channel transmit management frames in AP modeAhmad Masri4-7/+101
2018-07-31wil6210: align to latest auto generated wmi.hAhmad Masri1-3/+197
2018-07-31wil6210: set default 3-MSIAlexei Avshalom Lazar1-2/+2
2018-07-31wil6210: support Talyn specific board fileMaya Erez4-6/+38
2018-07-31wil6210: increase firmware ready timeoutHamad Kadmany1-1/+1
2018-07-31wil6210: support max aggregation window size 64Maya Erez4-4/+19
2018-07-31wil6210: allow scan on AP interfaceAhmad Masri1-1/+2
2018-07-31wil6210: add support for link statisticsDedy Lansky4-16/+437
2018-07-31wil6210: fix min() compilation errorsAlexei Avshalom Lazar1-1/+1
2018-07-31wil6210: add 3-MSI supportAlexei Avshalom Lazar5-21/+110
2018-07-31wil6210: align to latest auto generated wmi.hDedy Lansky1-25/+434
2018-07-31wil6210: support Talyn specific FW fileMaya Erez2-0/+11
2018-07-31wil6210: fix RX checksum report to network stackMaya Erez4-2/+20
2018-07-31wil6210: fix temperature debugfsDedy Lansky1-3/+4
2018-07-31wil6210: add TX latency statisticsDedy Lansky6-0/+188
2018-07-31wil6210: drop Rx packets with L2 error indication from HWDedy Lansky4-39/+55
2018-07-31wil6210: Rx multicast packets duplicate detectionDedy Lansky7-13/+40
2018-07-31ath9k: fix more-data flag for buffered multicast packetsFelix Fietkau1-9/+3
2018-07-31ath9k_hw: fix channel maximum power level testFelix Fietkau1-2/+5
2018-07-31ath9k: fix block-ack window tracking issuesFelix Fietkau1-11/+18
2018-07-31ath9k: report tx status on EOSPFelix Fietkau1-1/+2
2018-07-31ath9k: clear potentially stale EOSP status bit in intermediate queuesFelix Fietkau1-1/+2
2018-07-31ath9k: fix moredata bit in PS buffered frame releaseFelix Fietkau1-0/+20
2018-07-31ath9k: don't run periodic and nf calibation at the same timeFelix Fietkau1-3/+3