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