aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-20ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville1-0/+1
2011-06-17ath5k: minor cleanupPavel Roskin1-8/+6
2011-06-03ath5k: Disable fast channel switching by defaultNick Kossifidis1-1/+10
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-05-11ath5k: Fix lockup due to un-init spinlock.Ben Greear1-1/+1
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-15/+56
2011-04-14ath5k: add a new bus op for reading the mac addressFelix Fietkau1-1/+1
2011-04-12ath5k: reduce interrupt load caused by rx/tx interruptsFelix Fietkau1-3/+42
2011-04-12ath5k: clean up debugfs codeFelix Fietkau1-1/+0
2011-04-12ath5k: remove ts_retry from ath5k_tx_statusFelix Fietkau1-2/+9
2011-04-12ath5k: fix tx status reporting issuesFelix Fietkau1-10/+6
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-11ath5k: implement ieee80211_ops->{get,set}_ringparamJohn W. Linville1-1/+2
2011-03-07ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear1-29/+23
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+4
2011-01-28ath5k: Fix short and long retry configurationBruno Randolf1-1/+2
2011-01-28ath5k: use tracing for packet tx/rx dumpBob Copeland1-6/+10
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 Randolf1-7/+4
2011-01-21ath5k: Remove unused sc->curmodeBruno Randolf1-18/+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-18ath5k: fix locking in tx_complete_poll_workBob Copeland1-0/+4
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-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 Randolf1-26/+39
2010-12-07ath5k: remove MODULE_VERSIONJohn W. Linville1-1/+0
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-1/+0
2010-12-06ath5k: Include tx ack reporting on hw flagsNick Kossifidis1-2/+3
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: 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