aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ath5k: properly drop packets from ops->txBob Copeland1-4/+6
2009-03-27ath5k: warn and correct rate for unknown hw rate indexesBob Copeland1-3/+12
2009-03-27ath5k: Add tx power calibration supportNick Kossifidis1-6/+6
2009-03-27ath5k: remove dummy PCI "retry timeout" fixBob Copeland1-7/+0
2009-03-27ath5k: disable MIB interruptsBob Copeland1-1/+1
2009-03-16ath5k: extract LED code into a separate fileBob Copeland1-140/+0
2009-03-16ath5k: constify stuffJiri Slaby1-4/+4
2009-03-05ath5k: fix hw rate index conditionJiri Slaby1-1/+2
2009-02-27ath5k: compute rts/cts duration after computing full pktlenBob Copeland1-5/+4
2009-02-27ath5k: move beacon processing to a taskletBob Copeland1-29/+35
2009-02-27ath5k: use spin_lock_irqsave for beacon lockBob Copeland1-3/+3
2009-02-27ath5k: don't mask off interrupt bitsBob Copeland1-7/+0
2009-02-13ath5k: Don't call reset on config_interfaceNick Kossifidis1-3/+1
2009-02-13ath5k: Disable BMISS interruptsNick Kossifidis1-7/+2
2009-02-13ath5k: Update gain_F calibration code and add documentationNick Kossifidis1-1/+1
2009-02-09ath5k: properly free rx dma descriptorsFelix Fietkau1-1/+14
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-62/+112
2009-01-29ath5k: fix locking in ath5k_configBob Copeland1-1/+9
2009-01-29ath5k: support LED's on emachines E510 notebookTulio Magno Quites Machado Filho1-2/+6
2009-01-29mac80211: Generic TSF debuggingAlina Friedrichsen1-0/+10
2009-01-29ath5k: honor the RTS/CTS bitsBob Copeland1-1/+17
2009-01-29ath5k: use short preamble when possibleBob Copeland1-1/+9
2009-01-29ath5k: remove stop/start calls from within suspend/resumeBob Copeland1-24/+7
2009-01-29ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland1-32/+53
2009-01-29ath5k: support LEDs on Acer Aspire One netbookBob Copeland1-0/+7
2009-01-29mac80211: clean up set_key callbackJohannes Berg1-4/+5
2009-01-12ath5k: fix return values from ath5k_txBob Copeland1-4/+4
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland1-4/+4
2008-12-19ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT1-17/+21
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+36
2008-11-26ath5k: set mac address in add_interfaceBob Copeland1-2/+11
2008-11-25ath5k: name pci driver "ath5k" tooJohannes Berg1-1/+1
2008-11-25ath5k: disable beacon filter when station is not associatedMartin Xu1-1/+34
2008-11-21ath5k: allow APs to receive beaconsLuis R. Rodriguez1-2/+2
2008-11-21ath5k: Fix IMR initNick Kossifidis1-3/+3
2008-11-10ath5k: update keycache to support TKIP handlingBob Copeland1-2/+3
2008-11-10ath5k: enable hardware encryption for WEPBob Copeland1-3/+8
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-11-06Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville1-1/+3
2008-10-31ath5k: Update interrupt masking codeNick Kossifidis1-3/+4
2008-10-31ath5k: reduce checkpatch.pl errorsJohn Daiker1-6/+5
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-19/+15
2008-10-31ath5k: fix mesh point operationAndrey Yurovsky1-0/+6
2008-10-31ath5k: correct ath5k signal qualityLuis R. Rodriguez1-1/+11
2008-10-31Ath5k: add AP modeJiri Slaby1-25/+17
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-4/+3
2008-10-29ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA modeBob Copeland1-3/+1
2008-10-27ath5k: Reset key cache on interface up, thus fixing resumeElias Oltmanns1-22/+11
2008-10-22ath5k: fix suspend-related oops on rmmodBob Copeland1-8/+19
2008-10-06ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau1-3/+45