summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k/base.c
AgeCommit message (Expand)AuthorLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez-3110/+0
2009-04-22ath5k: use regulatory infrastructureBob Copeland-0/+20
2009-04-22ath5k: reduce exported channel listBob Copeland-0/+21
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-03-27ath5k: properly drop packets from ops->txBob Copeland-4/+6
2009-03-27ath5k: warn and correct rate for unknown hw rate indexesBob Copeland-3/+12
2009-03-27ath5k: Add tx power calibration supportNick Kossifidis-6/+6
2009-03-27ath5k: remove dummy PCI "retry timeout" fixBob Copeland-7/+0
2009-03-27ath5k: disable MIB interruptsBob Copeland-1/+1
2009-03-16ath5k: extract LED code into a separate fileBob Copeland-140/+0
2009-03-16ath5k: constify stuffJiri Slaby-4/+4
2009-03-05ath5k: fix hw rate index conditionJiri Slaby-1/+2
2009-02-27ath5k: compute rts/cts duration after computing full pktlenBob Copeland-5/+4
2009-02-27ath5k: move beacon processing to a taskletBob Copeland-29/+35
2009-02-27ath5k: use spin_lock_irqsave for beacon lockBob Copeland-3/+3
2009-02-27ath5k: don't mask off interrupt bitsBob Copeland-7/+0
2009-02-13ath5k: Don't call reset on config_interfaceNick Kossifidis-3/+1
2009-02-13ath5k: Disable BMISS interruptsNick Kossifidis-7/+2
2009-02-13ath5k: Update gain_F calibration code and add documentationNick Kossifidis-1/+1
2009-02-09ath5k: properly free rx dma descriptorsFelix Fietkau-1/+14
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-62/+112
2009-01-29ath5k: fix locking in ath5k_configBob Copeland-1/+9
2009-01-29ath5k: support LED's on emachines E510 notebookTulio Magno Quites Machado Filho-2/+6
2009-01-29mac80211: Generic TSF debuggingAlina Friedrichsen-0/+10
2009-01-29ath5k: honor the RTS/CTS bitsBob Copeland-1/+17
2009-01-29ath5k: use short preamble when possibleBob Copeland-1/+9
2009-01-29ath5k: remove stop/start calls from within suspend/resumeBob Copeland-24/+7
2009-01-29ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland-32/+53
2009-01-29ath5k: support LEDs on Acer Aspire One netbookBob Copeland-0/+7
2009-01-29mac80211: clean up set_key callbackJohannes Berg-4/+5
2009-01-12ath5k: fix return values from ath5k_txBob Copeland-4/+4
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland-4/+4
2008-12-19ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT-17/+21
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+36
2008-11-26ath5k: set mac address in add_interfaceBob Copeland-2/+11
2008-11-25ath5k: name pci driver "ath5k" tooJohannes Berg-1/+1
2008-11-25ath5k: disable beacon filter when station is not associatedMartin Xu-1/+34
2008-11-21ath5k: allow APs to receive beaconsLuis R. Rodriguez-2/+2
2008-11-21ath5k: Fix IMR initNick Kossifidis-3/+3
2008-11-10ath5k: update keycache to support TKIP handlingBob Copeland-2/+3
2008-11-10ath5k: enable hardware encryption for WEPBob Copeland-3/+8
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+3
2008-11-06Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville-1/+3
2008-10-31ath5k: Update interrupt masking codeNick Kossifidis-3/+4
2008-10-31ath5k: reduce checkpatch.pl errorsJohn Daiker-6/+5
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg-19/+15
2008-10-31ath5k: fix mesh point operationAndrey Yurovsky-0/+6
2008-10-31ath5k: correct ath5k signal qualityLuis R. Rodriguez-1/+11
2008-10-31Ath5k: add AP modeJiri Slaby-25/+17
2008-10-31mac80211: introduce hw config change flagsJohannes Berg-4/+3