summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/base.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-05ath5k: qualify global modparam_nohwcrypt variableJohn W. Linville1-2/+2
2011-01-04ath5k: fix cycle counter inconsistent lockingBob Copeland1-2/+2
2011-01-04ath5k: Move mac80211 functions into new fileBruno Randolf1-713/+50
2010-12-20ath5k: Set available antenna information for cfg80211Bruno Randolf1-0/+4
2010-12-16ath5k: Fix surveyBruno Randolf1-12/+23
2010-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+8
2010-12-08ath5k: Put the right tsf value in mesh beaconsJavier Cardona1-1/+2
2010-12-08ath5k: Prevent mesh interfaces from being counted as ad-hocJavier Cardona1-1/+1
2010-12-08ath5k: Fix beaconing in mesh modeJavier Cardona1-3/+5
2010-12-08ath5k: Use capabilities information for the number of TX queuesBruno Randolf1-26/+39
2010-12-08ath5k: remove MODULE_VERSIONJohn W. Linville1-1/+0
2010-12-08ath: Convert ath_print to ath_dbgJoe Perches1-1/+0
2010-12-07ath5k: Include tx ack reporting on hw flagsNick Kossifidis1-2/+3
2010-12-07ath5k: Disable ANI during resetNick Kossifidis1-2/+8
2010-12-07ath5k: Always free tx buffers before resetNick Kossifidis1-2/+4
2010-12-06ath5k: Use EWMA factor of 1024 instead of 1000Bruno Randolf1-1/+1
2010-12-02ath5k: Fix reset and interrupts for AHB type of devices.Felix Fietkau1-1/+6
2010-12-02ath5k: Add AHB bus support.Felix Fietkau1-2/+14
2010-12-02ath5k: Move PCI bus functions to separate file.Felix Fietkau1-266/+1
2010-12-02ath5k: Introduce ath5k_init_softc function as in ath9kFelix Fietkau1-144/+200
2010-12-02ath5k: Use Generic DMA for later support of AHB bus.Felix Fietkau1-30/+36
2010-11-30ath5k: Clean up turbo mode initvals/rfregsNick Kossifidis1-2/+0
2010-11-30ath5k: Cleanup turbo channel flagsNick Kossifidis1-5/+0
2010-11-30ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis1-7/+10
2010-11-30ath5k: Extend rate_durationNick Kossifidis1-1/+3
2010-11-30ath5k: Use new function to stop beacon queueNick Kossifidis1-2/+2
2010-11-30ath5k: Use new dma_stop function on base.cNick Kossifidis1-56/+39
2010-11-18ath5k: Use generic EWMA libraryBruno Randolf1-2/+2
2010-11-17ath5k: Cleanup opmode setting logic.Ben Greear1-10/+4
2010-11-17ath5k: Add support for antenna configurationBruno Randolf1-0/+32
2010-11-15ath5k: make ath5k_update_bssid_mask_and_opmode() staticLuis R. Rodriguez1-2/+2
2010-11-10ath5k: Add channel time to survey dataBruno Randolf1-1/+19
2010-10-25ath5k: Properly initialize ath_common->cc_lock.Ben Greear1-0/+1
2010-10-13ath5k: Move debugfs under ieee80211/[wiphy-name]Ben Greear1-6/+1
2010-10-13ath5k: fix build break from "ath5k: Print out opmode in debugfs"Joe Perches1-3/+1
2010-10-11ath5k: Adjust opmode when interfaces are removed.Ben Greear1-26/+40
2010-10-05ath5k: Don't wake internal queuesBruno Randolf1-1/+1
2010-10-05ath5k: Print rx/tx bytes in debugfsBen Greear1-0/+2
2010-10-05ath5k: Allow ath5k to support virtual STA and AP interfaces.Ben Greear1-43/+232
2010-09-28ath5k: Increase "fudge" for beacon timersBruno Randolf1-2/+5
2010-09-28ath5k: Check and fix ATIM windowBruno Randolf1-0/+9
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2010-09-21ath5k: Add tx queue configuration functionBruno Randolf1-1/+39
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf1-7/+11
2010-09-21ath5k: Keep last descriptor in queueBruno Randolf1-32/+32
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf1-0/+2
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf1-0/+51
2010-09-21ath5k: Move tx frame completion into separate functionBruno Randolf1-50/+57
2010-09-21ath5k: Fix TX queues stoppingBruno Randolf1-5/+4
2010-09-21ath5k: Use four hardware queuesBruno Randolf1-6/+41