summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k
AgeCommit message (Expand)AuthorFilesLines
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-9/+11
2008-11-07ath5k: correct handling of rx status fieldsBob Copeland1-8/+8
2008-11-07Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville1-1/+3
2008-11-01ath5k: Update interrupt masking codeNick Kossifidis6-79/+247
2008-11-01ath5k: reduce checkpatch.pl errorsJohn Daiker3-12/+12
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-19/+15
2008-11-01ath5k: fix mesh point operationAndrey Yurovsky1-0/+6
2008-11-01ath5k: correct ath5k signal qualityLuis R. Rodriguez1-1/+11
2008-11-01Ath5k: add AP modeJiri Slaby1-25/+17
2008-11-01mac80211: introduce hw config change flagsJohannes Berg1-4/+3
2008-10-30ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA modeBob Copeland1-3/+1
2008-10-30ath5k: Fix reset sequence for AR5212 in general and RF5111 in particularElias Oltmanns2-15/+9
2008-10-30ath5k: correct misspelling in debug helpBob Copeland1-1/+1
2008-10-28ath5k: Reset key cache on interface up, thus fixing resumeElias Oltmanns1-22/+11
2008-10-23ath5k: fix suspend-related oops on rmmodBob Copeland2-9/+21
2008-10-07ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau3-26/+95
2008-10-07mac80211: free up 2 bytes in skb->cbFelix Fietkau1-1/+1
2008-09-30ath5k: Add support for AR2417 v2Nick Kossifidis1-2/+3
2008-09-30ath5k: Fix SREV reporting after SREV updatesNick Kossifidis1-1/+5
2008-09-30ath5k: Use QUIET mechanism on tx dma stopNick Kossifidis2-7/+46
2008-09-30ath5k: Use new srevs to properly attach radio chipsNick Kossifidis1-69/+113
2008-09-30ath5k: Update registers and SREV ids v2Nick Kossifidis6-238/+490
2008-09-30ath5k: write beacon control register twice when resetting tsfBob Copeland1-1/+13
2008-09-25ath5k: Fix bad udelay calls on AR5210 codeNick Kossifidis3-10/+14
2008-09-16mac80211: use nl80211 interface typesJohannes Berg6-36/+36
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+6
2008-09-06ath5k: HW code cleanupNick Kossifidis19-5042/+5435
2008-08-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-6/+18
2008-08-27Ath5k: fix bintval setupJiri Slaby1-3/+5
2008-08-27Ath5k: lock beaconsJiri Slaby2-3/+13
2008-08-23ath5k: set short preamble flag for rxBruno Randolf1-5/+3
2008-08-23ath5k: explicitly check skb->lenHarvey Harrison1-1/+2
2008-08-23ath5k: rates cleanupBruno Randolf4-329/+171
2008-08-23Ath5k: unify resetsJiri Slaby1-82/+42
2008-08-23ath5k: add Mesh Point supportAndrey Yurovsky2-1/+4
2008-08-18removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-18ath5k: Don't fiddle with MSI on suspend/resume.Michael Karcher1-6/+2
2008-08-07ath5k: remove Atheros 11n devices from supported listLuis R. Rodriguez1-2/+0
2008-08-01ath5k: remove obsolete declaration of struct ieee80211_hw_modeHelmut Schaa1-1/+0
2008-08-01Ath5k: mask out unneeded interruptsJiri Slaby1-0/+1
2008-08-01ath5k: Update phy calibration functionsNick Kossifidis1-12/+42
2008-08-01ath5k: Update channel functionsNick Kossifidis1-4/+55
2008-08-01ath5k: Add RF2425 initial rfgain valuesNick Kossifidis1-2/+70
2008-08-01ath5k: Reorder calibration calls during reset and update hw_set_powerNick Kossifidis1-23/+59
2008-08-01ath5k: Do ADC test during resetNick Kossifidis1-0/+13
2008-08-01ath5k: Misc hw_reset updatesNick Kossifidis1-4/+27
2008-08-01ath5k: Misc hw_attach fixesNick Kossifidis2-44/+26
2008-08-01ath5k: Restore saved initval after POSTNick Kossifidis1-0/+6
2008-08-01ath5k: Update register listNick Kossifidis4-263/+720
2008-07-30mac80211: partially fix skb->cb useJohannes Berg1-1/+1