summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2017-08-26ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080Alexander Tsoy1-0/+2
2017-08-26ath9k: off by one in ath9k_hw_nvram_read_array()Dan Carpenter1-1/+1
2017-08-26ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-08-26ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin1-0/+1
2017-08-26ath9k_htc: Add new USB IDLeon Nardella1-0/+1
2017-06-05ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter1-2/+2
2017-06-05ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau5-26/+48
2017-06-05ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau1-2/+1
2016-11-20ath9k: Fix programming of minCCA power thresholdSven Eckelmann1-1/+1
2016-08-23ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2016-05-01ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-02-02ath9k_htc: check for underflow in ath9k_htc_rx_msg()Dan Carpenter1-1/+1
2015-11-16ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-09-30ath10k: fix dma_mapping_error() handlingMichal Kazior4-5/+16
2015-07-15ath9k_htc: memory corruption calling set_bit()Dan Carpenter1-3/+3
2015-07-15ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-03-18ath5k: fix spontaneus AR5312 freezesSergey Ryazanov1-1/+1
2015-01-12ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2015-01-12ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-01-12ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-12-01ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan2-13/+13
2014-10-30Revert "ath9k_hw: reduce ANI firstep range for older chips"Felix Fietkau1-1/+3
2014-10-06ath9k_htc: fix random decryption failureJohannes Stezenbach1-1/+1
2014-10-06carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-07-23ath9k: fix aggregation session lockupFelix Fietkau1-0/+9
2014-06-26Merge branch 'ath-current' of git://github.com/kvalo/athJohn W. Linville2-19/+5
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds80-2342/+2929
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2014-06-02ath10k: fix 8th virtual AP interface with DFSBartosz Markowski1-1/+5
2014-06-02ath10k: remove unnecessary htt rx corruption checkMichal Kazior1-18/+0
2014-05-30wil6210: improve debug for WMI receiveVladimir Kondratiev1-7/+17
2014-05-30Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville15-305/+534
2014-05-29ath9k: Fix interface combinations for multi-channel concurrencyRajkumar Manoharan1-4/+21
2014-05-29wil6210: optimize wil_release_reorder_framesVladimir Kondratiev1-1/+8
2014-05-29wil6210: improve pointers printingVladimir Kondratiev3-7/+7
2014-05-29wil6210: detect scan timeoutsVladimir Kondratiev4-0/+17
2014-05-29wil6210: inline functions for vring hi/lo watermarksVladimir Kondratiev1-2/+18
2014-05-29wil6210: limit fw error recovery attemptsVladimir Kondratiev2-1/+25
2014-05-29wil6210: limit MTUVladimir Kondratiev1-0/+14
2014-05-29ath9k: Fix deadlock while updating p2p beacon timerRajkumar Manoharan1-10/+8
2014-05-29wcn36xx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-29ath9k: avoid passing buffers to the hardware during flushFelix Fietkau1-11/+13
2014-05-29ath9k: simplify DFS pulse interval debug printingZefir Kurtisi3-5/+3
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior3-6/+40
2014-05-27ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior1-3/+7
2014-05-27ath10k: ensure rx-frag ignores rssiBen Greear1-0/+1
2014-05-27ath10k: dont configure bssid for ap modeMichal Kazior1-1/+6
2014-05-27ath10k: protect wep tx key setupMichal Kazior1-2/+10
2014-05-27ath10k: drain tx before restarting hwMichal Kazior1-9/+22