summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k
AgeCommit message (Expand)AuthorFilesLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez24-21797/+0
2009-04-22ath5k: use regulatory infrastructureBob Copeland3-2/+24
2009-04-22ath5k: reduce exported channel listBob Copeland1-0/+21
2009-04-22ath5k: fix scanning in AR2424Pavel Roskin1-1/+1
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-3/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-27ath5k: properly drop packets from ops->txBob Copeland1-4/+6
2009-03-27ath5k: warn and correct rate for unknown hw rate indexesBob Copeland2-4/+13
2009-03-27ath5k: Support LED's on Acer Extensa 5620zTulio Magno Quites Machado Filho1-0/+2
2009-03-27ath5k: Add tx power calibration supportNick Kossifidis7-97/+1180
2009-03-27ath5k: remove dummy PCI "retry timeout" fixBob Copeland1-7/+0
2009-03-27ath5k: disable MIB interruptsBob Copeland1-1/+1
2009-03-27ath5k: Convert chip specific calibration data to a generic formatNick Kossifidis2-273/+629
2009-03-27ath5k: Choose the right initvals for RF2425Nick Kossifidis1-2/+2
2009-03-16ath5k: update LED table with reported devicesBob Copeland1-2/+4
2009-03-16ath5k: use a table for LED parametersBob Copeland1-25/+28
2009-03-16ath5k: extract LED code into a separate fileBob Copeland4-140/+176
2009-03-16ath5k: don't change mac in eeprom_read_mac on errorJiri Slaby1-6/+3
2009-03-16ath5k: constify stuffJiri Slaby4-17/+16
2009-03-05ath5k: Set TSF fixAlina Friedrichsen1-2/+1
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 Copeland2-29/+36
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: Storage class should be before const qualifierTobias Klauser1-2/+2
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 reset codeNick Kossifidis6-296/+732
2009-02-13ath5k: Update initvalsNick Kossifidis3-947/+687
2009-02-13ath5k: Update RF Buffer handlingNick Kossifidis5-317/+379
2009-02-13ath5k: Update gain_F calibration code and add documentationNick Kossifidis7-187/+319
2009-02-13ath5k: PHY code cleanupNick Kossifidis3-1133/+1636
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/linvil...David S. Miller10-159/+298
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+9
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 Friedrichsen3-49/+10
2009-01-29ath5k: Read and write the TSF via debugfsAlina Friedrichsen3-2/+27
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 unused led_off parameterBob Copeland1-2/+1
2009-01-29ath5k: remove stop/start calls from within suspend/resumeBob Copeland1-24/+7
2009-01-29ath5k: notice a negative keytypeRoel Kluin1-1/+1
2009-01-29ath5k: discard 11g caps if reported by an ar5211 eepromHelmut Schaa1-2/+4
2009-01-29ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland1-32/+53
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-0/+3
2009-01-29ath5k: Minor QCU updatesNick Kossifidis1-11/+36
2009-01-29ath5k: fix off-by-one in gpio checksBob Copeland1-5/+5