summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k
AgeCommit message (Expand)AuthorFilesLines
2009-03-17ath5k: update LED table with reported devicesBob Copeland1-2/+4
2009-03-17ath5k: use a table for LED parametersBob Copeland1-25/+28
2009-03-17ath5k: extract LED code into a separate fileBob Copeland4-140/+176
2009-03-17ath5k: don't change mac in eeprom_read_mac on errorJiri Slaby1-6/+3
2009-03-17ath5k: 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-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+9
2009-01-30ath5k: fix locking in ath5k_configBob Copeland1-1/+9
2009-01-30ath5k: support LED's on emachines E510 notebookTulio Magno Quites Machado Filho1-2/+6
2009-01-30mac80211: Generic TSF debuggingAlina Friedrichsen3-49/+10
2009-01-30ath5k: Read and write the TSF via debugfsAlina Friedrichsen3-2/+27
2009-01-30ath5k: honor the RTS/CTS bitsBob Copeland1-1/+17
2009-01-30ath5k: use short preamble when possibleBob Copeland1-1/+9
2009-01-30ath5k: remove unused led_off parameterBob Copeland1-2/+1
2009-01-30ath5k: remove stop/start calls from within suspend/resumeBob Copeland1-24/+7
2009-01-30ath5k: notice a negative keytypeRoel Kluin1-1/+1
2009-01-30ath5k: discard 11g caps if reported by an ar5211 eepromHelmut Schaa1-2/+4
2009-01-30ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland1-32/+53
2009-01-30mac80211: 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
2009-01-29ath5k: support LEDs on Acer Aspire One netbookBob Copeland1-0/+7
2009-01-29mac80211: clean up set_key callbackJohannes Berg2-5/+6
2009-01-29ath5k: More EEPROM code updatesNick Kossifidis1-6/+1
2009-01-29ath5k: Update EEPROM codeNick Kossifidis1-27/+116
2009-01-22net: constify VFTsJan Engelhardt1-1/+1
2009-01-12ath5k: fix return values from ath5k_txBob Copeland1-4/+4
2009-01-12ath5k: Correct usage of AR5K_CFG_ADHOCSteve Brown2-3/+3
2009-01-08fix similar typos to successfullColy Li1-1/+1
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland3-6/+11
2008-12-19ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT1-17/+21
2008-12-12ath5k: fix endianness of bitwise ops when installing micBob Copeland1-2/+2
2008-12-05ath5k: enable combined michael mic in key cacheBob Copeland4-14/+22
2008-12-05ath5k: clean up ath5k_hw_set_keyBob Copeland1-24/+34
2008-12-05ath5k: preserve higher order bits when setting mac addressBob Copeland1-5/+4