aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-25ath5k: ath5k_setup_channels cleanup and whitespaceBruno Randolf1-8/+3
2011-01-21ath5k: Simplify loop when setting up channelsBruno Randolf1-4/+3
2011-01-21ath5k: Remove redundant sc->curbandBruno Randolf2-9/+4
2011-01-21ath5k: Remove unused sc->curmodeBruno Randolf2-19/+0
2011-01-21ath5: Remove unused CTL definitionsBruno Randolf1-23/+0
2011-01-21ath5k: Add 802.11j 4.9GHz channels to allowed channelsBruno Randolf1-6/+13
2011-01-21ath5k: Rename ath5k_copy_channelsBruno Randolf1-4/+4
2011-01-21ath5k: Use mac80211 channel mapping functionBruno Randolf1-15/+8
2011-01-19ath5k: Fix return codes for eeprom read functions.Wojciech Dubowik4-26/+19
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2011-01-05ath5k: qualify global modparam_nohwcrypt variableJohn W. Linville2-4/+4
2011-01-04ath5k: ath5k_eeprom_mode_from_channel() returns signedDan Carpenter1-2/+4
2011-01-04ath5k: fix cycle counter inconsistent lockingBob Copeland1-2/+2
2011-01-04ath5k: Move mac80211 functions into new fileBruno Randolf3-713/+825
2010-12-22ath5k: Use helper function to get eeprom mode from channelBruno Randolf5-65/+42
2010-12-22ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf3-25/+10
2010-12-22ath5k: Track current TX power separately from max TX powerBruno Randolf2-4/+4
2010-12-22ath5k: Separate powertable setup and writingBruno Randolf1-18/+16
2010-12-22ath5k: Simplify powertable recalculationBruno Randolf2-22/+14
2010-12-22ath5k: Use pci_is_pcie()Hauke Mehrtens2-3/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-5/+8
2010-12-20ath5k: Set available antenna information for cfg80211Bruno Randolf1-0/+4
2010-12-16ath5k: Fix surveyBruno Randolf2-12/+25
2010-12-09ath5k: Fix modinfo does not list alias -> pci-id linesSedat Dilek1-0/+1
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John 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-07ath5k: Use capabilities information for the number of TX queuesBruno Randolf2-28/+41
2010-12-07ath5k: remove MODULE_VERSIONJohn W. Linville1-1/+0
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches2-2/+0
2010-12-06ath5k: Include tx ack reporting on hw flagsNick Kossifidis1-2/+3
2010-12-06ath5k: Fix reporting of RX dma stop failureNick Kossifidis1-1/+1
2010-12-06ath5k: Disable ANI during resetNick Kossifidis1-2/+8
2010-12-06ath5k: Always free tx buffers before resetNick Kossifidis1-2/+4
2010-12-06ath5k: Always write tx powertable on hwNick Kossifidis1-12/+21
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 Fietkau2-13/+97
2010-12-02ath5k: Add AHB bus support.Felix Fietkau7-4/+322
2010-12-02ath5k: Add initial registers values for radio RF2317 chip.Felix Fietkau1-0/+23
2010-12-02ath5k: Add a function to read chipset's MAC revisionFelix Fietkau3-5/+16
2010-12-02ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau4-8/+10
2010-12-02ath5k: Use generic eeprom read from common ath_bus_opts struct.Felix Fietkau4-37/+45
2010-12-02ath5k: Move PCI bus functions to separate file.Felix Fietkau4-266/+289
2010-12-02ath5k: Introduce ath5k_init_softc function as in ath9kFelix Fietkau5-153/+217
2010-12-02ath5k: Use Generic DMA for later support of AHB bus.Felix Fietkau2-31/+39
2010-11-30ath5k: Set turbo bit on rf bank 2Nick Kossifidis2-3/+29
2010-11-30ath5k: Clean up turbo mode initvals/rfregsNick Kossifidis5-976/+577
2010-11-30ath5k: Cleanup turbo channel flagsNick Kossifidis4-43/+10
2010-11-30ath5k: Use correct clock when setting ofdm timingsNick Kossifidis1-2/+14