summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2017-05-25ath9k_htc: fix NULL-deref at probeJohan Hovold1-0/+3
2016-07-12ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-06-03ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-0/+10
2016-06-01ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2015-11-15ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-10-28ath10k: fix dma_mapping_error() handlingMichal Kazior4-5/+16
2015-07-04ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-04-25ath9k: fix tracking of enabled AP beaconsFelix Fietkau2-9/+13
2015-03-24ath5k: fix spontaneus AR5312 freezesSergey Ryazanov1-1/+1
2015-01-16ath5k: fix hardware queue index assignmentFelix Fietkau1-7/+1
2015-01-16ath9k: fix BE/BK queue orderFelix Fietkau1-2/+2
2015-01-16ath9k_hw: fix hardware queue allocationFelix Fietkau1-8/+1
2014-11-17ath9k: fix regression in bssidmask calculationBen Greear1-3/+6
2014-11-12ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan2-13/+13
2014-10-30ath9k: fix some debugfs outputDan Carpenter1-1/+1
2014-10-23ath9k_common: always update value in ath9k_cmn_update_txpowFelix Fietkau1-4/+4
2014-10-23ath: use CTL region from cfg80211 if unset in EEPROMFelix Fietkau2-0/+15
2014-10-23ath9k: Enable HW queue control only for MCCSujith Manoharan3-27/+41
2014-10-10Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller7-28/+41
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan4-23/+35
2014-10-07ath9k_htc: avoid kernel panic in ath9k_hw_resetMarek Puzyniak1-0/+1
2014-10-07ath9k: Fix crash in MCC modeSujith Manoharan1-1/+1
2014-10-07ath: Fix smatch warningSujith Manoharan1-4/+4
2014-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-5/+4
2014-10-06Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller65-842/+1808
2014-10-02ath9k: Fix flushing in MCC modeSujith Manoharan1-0/+16
2014-10-02ath9k: Fix queue handling for channel contextsSujith Manoharan1-6/+1
2014-10-02ath9k: Add ath9k_chanctx_stop_queues()Sujith Manoharan2-0/+24
2014-10-02ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan3-6/+7
2014-10-02ath9k: Fix queue handling in flush()Sujith Manoharan1-5/+0
2014-10-02ath9k: Remove duplicate codeSujith Manoharan1-9/+1
2014-10-02ath9k: Fix pending frame checkSujith Manoharan1-3/+0
2014-10-02ath9k: Check pending frames properlySujith Manoharan1-1/+4
2014-10-02ath9k: Print RoC expirationSujith Manoharan1-0/+7
2014-10-02wil6210: atomic I/O for the card memoryVladimir Kondratiev4-0/+188
2014-10-02wil6210: manual FW error recovery modeVladimir Kondratiev5-9/+121
2014-10-02ath: Add support for tracingSujith Manoharan6-0/+107
2014-09-30ath9k: fix getting tx duration for dynackFelix Fietkau7-18/+49
2014-09-30ath9k: Check early for HW resetSujith Manoharan1-4/+6
2014-09-30ath9k_hw: fix PLL clock initialization for newer SoCFelix Fietkau3-4/+40
2014-09-30ath9k_hw: reduce ANI spur immunity setting on HT40 extension channelFelix Fietkau1-3/+2
2014-09-30Revert "ath9k_hw: reduce ANI firstep range for older chips"Felix Fietkau1-1/+3
2014-09-30ath9k_hw: disable hardware ad-hoc flag on ar934x rev 3Felix Fietkau2-3/+10
2014-09-30ath9k: use ah->get_mac_revision for all SoC devices if availableFelix Fietkau1-7/+4
2014-09-30ath5k: add missing include for debug codeFelix Fietkau1-0/+1
2014-09-27ath9k: Fix offchannel queuingSujith Manoharan1-3/+3
2014-09-27ath9k: Use normal queues for offchannel framesSujith Manoharan1-2/+1
2014-09-27ath9k: Fix queue managementSujith Manoharan1-7/+3
2014-09-27wil6210: ethtool opsVladimir Kondratiev6-12/+138
2014-09-27ath9k: Fix p2p address managementSujith Manoharan2-0/+37