summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-12-05wil6210: missing length check in wmi_set_ieLior David1-1/+7
2018-11-13ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-10-13ath10k: fix scan crash due to incorrect length calculationZhi Chen1-4/+4
2018-10-13ath10k: fix kernel panic issue during pci probeYu Wang1-2/+10
2018-10-13ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowaitCarl Huang2-9/+5
2018-10-04ath10k: transmit queued frames after processing rx packetsNiklas Cassel2-0/+4
2018-10-04ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear1-1/+4
2018-10-04ath10k: sdio: set skb len for all rx packetsAlagu Sankar1-0/+1
2018-10-04ath10k: sdio: use same endpoint id for all packets in a bundleAlagu Sankar1-1/+4
2018-09-19ath10k: disable bundle mgmt tx completion event supportSurabhi Vishnoi2-0/+10
2018-09-19ath10k: prevent active scans on potential unusable channelsSven Eckelmann1-0/+7
2018-09-19ath9k_hw: fix channel maximum power level testFelix Fietkau1-2/+5
2018-09-19ath9k: report tx status on EOSPFelix Fietkau1-1/+2
2018-08-24ath10k: update the phymode along with bandwidth change requestRyan Hsu2-2/+15
2018-08-03ath: Add regulatory mapping for BahamasSven Eckelmann2-0/+2
2018-08-03ath: Add regulatory mapping for BermudaSven Eckelmann2-0/+2
2018-08-03ath: Add regulatory mapping for SerbiaSven Eckelmann2-0/+2
2018-08-03ath: Add regulatory mapping for TanzaniaSven Eckelmann2-0/+2
2018-08-03ath: Add regulatory mapping for UgandaSven Eckelmann2-0/+2
2018-08-03ath: Add regulatory mapping for APL2_FCCASven Eckelmann1-0/+2
2018-08-03ath: Add regulatory mapping for APL13_WORLDSven Eckelmann1-0/+2
2018-08-03ath: Add regulatory mapping for ETSI8_WORLDSven Eckelmann1-0/+2
2018-08-03ath: Add regulatory mapping for FCC3_ETSICSven Eckelmann1-0/+2
2018-05-30ath9k: fix crash in spectral scanSebastian Gottschall1-5/+7
2018-05-30ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)Karthikeyan Periyasamy1-0/+10
2018-05-30ath10k: advertize beacon_int_min_gcdAnilkumar Kolli1-0/+2
2018-04-29Revert "ath10k: send (re)assoc peer command when NSS changed"Karthikeyan Periyasamy1-3/+2
2018-04-19ath9k: Protect queue draining by rcu_read_lock()Toke Høiland-Jørgensen1-0/+4
2018-03-24ath10k: handling qos at STA side based on AP WMM enable/disableBalaji Pothunoori1-1/+1
2018-03-19ath10k: fix invalid STS_CAP_OFFSET_MASKBen Greear1-1/+2
2018-03-19ath10k: update tdls teardown state to targetManikanta Pubbisetty1-0/+10
2018-03-03wcn36xx: Fix dynamic power savingLoic Poulain2-13/+16
2018-02-03mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-12-20ath10k: fix build errors with !CONFIG_PMBrian Norris1-5/+0
2017-12-20ath10k: fix core PCI suspend when WoWLAN is supported but disabledBrian Norris1-10/+14
2017-12-20ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-10-30Revert "ath10k: fix napi_poll budget overflow"Kalle Valo1-11/+6
2017-10-30ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan2-16/+92
2017-10-27wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changedJia-Ju Bai1-1/+0
2017-09-21ath10k: mark PM functions as __maybe_unusedArnd Bergmann1-5/+2
2017-08-31Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo28-344/+803
2017-08-31ath10k: configure and enable the wakeup capabilityRyan Hsu3-0/+16
2017-08-31ath10k: add the PCI PM core suspend/resume opsRyan Hsu1-0/+42
2017-08-31wil6210: ensure P2P device is stopped before removing interfaceLior David1-28/+29
2017-08-31wil6210: increase connect timeoutLior David1-1/+1
2017-08-31wil6210: clear PAL_UNIT_ICR part of device resetDedy Lansky2-0/+3
2017-08-31wil6210: move pre-FW configuration to separate functionDedy Lansky1-18/+22
2017-08-31wil6210: align to latest auto generated wmi.hLazar Alexei1-239/+475