aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2017-05-31ath10k: go back to using dma_alloc_coherent() for firmware scratch memoryAdrian Chadd1-25/+10
2017-05-23wil6210: support devices with different PCIe bar sizeMaya Erez4-11/+16
2017-05-23wil6210: Improve AP stop handlingHamad Kadmany1-0/+2
2017-05-23wil6210: add option to load FTM FWHamad Kadmany2-7/+20
2017-05-23wil6210: low level RF sector APILior David1-0/+573
2017-05-23ath10k: fix reported HT MCS rates with NSS > 1Sven Eckelmann1-4/+10
2017-05-23ath10k: remove unnecessary codeGustavo A. R. Silva1-9/+0
2017-05-23wcn36xx: Close SMD channel on device removalBjorn Andersson1-0/+2
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-104/+2782
2017-05-19ath9k: check ah->curchan when updating tx powerStanislaw Gruszka1-1/+1
2017-05-19ath9k: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-05-19wil6210: use memdup_userGeliang Tang1-8/+4
2017-05-19ath5k: fix memory leak on buf on failed eeprom readColin Ian King1-1/+4
2017-05-19ath9k: fix spelling in ath9k_tx99_init()Ammly Fredrick1-1/+1
2017-05-19ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel1-9/+4
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2-3/+3
2017-05-04ath10k: append the wmi_op_version to testmode get_version cmdRyan Hsu2-0/+8
2017-05-04ath10k: fix out of bounds access to local bufferMichael Mera1-6/+10
2017-05-04ath10k: add initial SDIO supportErik Stromdahl4-0/+2352
2017-05-04ath10k: different fw file name for sdioErik Stromdahl1-1/+12
2017-05-04ath10k: htc: ready_ext msg supportErik Stromdahl2-6/+27
2017-05-04ath10k: sdio get target infoErik Stromdahl3-1/+77
2017-05-04ath10k: add sdio extra initializationsErik Stromdahl1-0/+18
2017-05-04ath10k: various sdio related definitionsErik Stromdahl4-0/+82
2017-05-04ath10k: htc: refactorizationErik Stromdahl1-40/+34
2017-05-04ath10k: htc: move htc ctrl ep connect to htc_initErik Stromdahl1-22/+17
2017-05-04ath10k: htc: rx trailer lookahead supportErik Stromdahl2-5/+120
2017-05-04ath10k: htc: made static function publicErik Stromdahl2-6/+14
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2-2/+2
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-2/+8
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg1-3/+3
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg10-29/+32
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg11-57/+56
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+1
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller45-235/+526
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller9-11/+21
2017-04-20Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo45-235/+526
2017-04-19ath: Fix updating radar flags for coutry code IndiaMohammed Shafi Shajakhan1-7/+12
2017-04-19ath9k: add noise floor override optionSimon Wunderlich3-1/+67
2017-04-19ath10k: bump up FW API to 6Ryan Hsu2-1/+5
2017-04-19ath10k: fix spectral scan for QCA99X0 family of chipsetsMohammed Shafi Shajakhan3-9/+32
2017-04-19ath9k: Add cast to u8 to FREQ2FBIN macroMatthias Kaehlcke1-1/+1
2017-04-19ath9k: Add Dell Wireless 1601 with wowlan capabilityDamien Thébault1-0/+5
2017-04-19ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg2-4/+4
2017-04-13wil6210: prevent access to 11AD device if resume failsMaya Erez2-2/+15
2017-04-13wil6210: fix array out of bounds access in pmcDedy Lansky1-2/+2
2017-04-13wil6210: remove HALP voting in debugfs ioblobMaya Erez3-26/+2
2017-04-13wil6210: fix memory access violation in wil_memcpy_from/toio_32Dedy Lansky1-3/+17