summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2019-04-05ath10k: fix shadow register implementation for WCN3990Rakesh Pillai2-14/+14
2019-04-05wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar1-3/+11
2019-03-14ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson1-3/+3
2019-02-12ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi1-2/+2
2019-02-12ath9k: dynack: make ewma estimation fasterLorenzo Bianconi4-12/+29
2019-02-12ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi1-1/+2
2019-02-12ath10k: assign 'n_cipher_suites' for WCN3990Brian Norris1-0/+1
2019-02-12wil6210: fix memory leak in wil_find_tx_bcast_2Lior David1-0/+2
2019-02-12wil6210: fix reset flow for Talyn-mbAlexei Avshalom Lazar1-4/+7
2019-01-26ath10k: fix peer stats null pointer dereferenceZhi Chen2-3/+3
2018-11-13ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-11-13wil6210: fix RX buffers release and unmapMaya Erez1-5/+10
2018-11-13ath10k: fix tx status flag setting for management framesRakesh Pillai1-1/+6
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
2018-07-31ath9k_hw: set spectral scan enable bit on trigger for AR9003+Felix Fietkau1-0/+2
2018-07-31ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()Jia-Ju Bai1-1/+1
2018-07-31ath10k: prevent active scans on potential unusable channelsSven Eckelmann1-0/+7
2018-07-31ath10k: fix parenthesis alignmentKalle Valo1-3/+3
2018-07-30ath10k: add debugfs file warm_hw_resetMaharaja Kennadyrajan3-2/+65
2018-07-30ath10k: htt_tx: move lock into id_get functionNicholas Mc Guire1-8/+2
2018-07-30ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King3-12/+3
2018-07-30ath5k: remove redundant pointer rfColin Ian King1-5/+0