summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k
AgeCommit message (Expand)AuthorLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez-21797/+0
2009-04-22ath5k: use regulatory infrastructureBob Copeland-2/+24
2009-04-22ath5k: reduce exported channel listBob Copeland-0/+21
2009-04-22ath5k: fix scanning in AR2424Pavel Roskin-1/+1
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov-3/+2
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-4/+13
2009-03-27ath5k: Support LED's on Acer Extensa 5620zTulio Magno Quites Machado Filho-0/+2
2009-03-27ath5k: Add tx power calibration supportNick Kossifidis-97/+1180
2009-03-27ath5k: remove dummy PCI "retry timeout" fixBob Copeland-7/+0
2009-03-27ath5k: disable MIB interruptsBob Copeland-1/+1
2009-03-27ath5k: Convert chip specific calibration data to a generic formatNick Kossifidis-273/+629
2009-03-27ath5k: Choose the right initvals for RF2425Nick Kossifidis-2/+2
2009-03-16ath5k: update LED table with reported devicesBob Copeland-2/+4
2009-03-16ath5k: use a table for LED parametersBob Copeland-25/+28
2009-03-16ath5k: extract LED code into a separate fileBob Copeland-140/+176
2009-03-16ath5k: don't change mac in eeprom_read_mac on errorJiri Slaby-6/+3
2009-03-16ath5k: constify stuffJiri Slaby-17/+16
2009-03-05ath5k: Set TSF fixAlina Friedrichsen-2/+1
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/+36
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: Storage class should be before const qualifierTobias Klauser-2/+2
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 reset codeNick Kossifidis-296/+732
2009-02-13ath5k: Update initvalsNick Kossifidis-947/+687
2009-02-13ath5k: Update RF Buffer handlingNick Kossifidis-317/+379
2009-02-13ath5k: Update gain_F calibration code and add documentationNick Kossifidis-187/+319
2009-02-13ath5k: PHY code cleanupNick Kossifidis-1133/+1636
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-159/+298
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+9
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-49/+10
2009-01-29ath5k: Read and write the TSF via debugfsAlina Friedrichsen-2/+27
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 unused led_off parameterBob Copeland-2/+1
2009-01-29ath5k: remove stop/start calls from within suspend/resumeBob Copeland-24/+7
2009-01-29ath5k: notice a negative keytypeRoel Kluin-1/+1
2009-01-29ath5k: discard 11g caps if reported by an ar5211 eepromHelmut Schaa-2/+4
2009-01-29ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland-32/+53
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen-0/+3
2009-01-29ath5k: Minor QCU updatesNick Kossifidis-11/+36
2009-01-29ath5k: fix off-by-one in gpio checksBob Copeland-5/+5