summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k/base.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland1-4/+4
2008-12-19ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT1-17/+21
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+36
2008-11-26ath5k: set mac address in add_interfaceBob Copeland1-2/+11
2008-11-26ath5k: name pci driver "ath5k" tooJohannes Berg1-1/+1
2008-11-26ath5k: disable beacon filter when station is not associatedMartin Xu1-1/+34
2008-11-21ath5k: allow APs to receive beaconsLuis R. Rodriguez1-2/+2
2008-11-21ath5k: Fix IMR initNick Kossifidis1-3/+3
2008-11-10ath5k: update keycache to support TKIP handlingBob Copeland1-2/+3
2008-11-10ath5k: enable hardware encryption for WEPBob Copeland1-3/+8
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2008-11-07Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville1-1/+3
2008-11-01ath5k: Update interrupt masking codeNick Kossifidis1-3/+4
2008-11-01ath5k: reduce checkpatch.pl errorsJohn Daiker1-6/+5
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-28ath5k: Reset key cache on interface up, thus fixing resumeElias Oltmanns1-22/+11
2008-10-23ath5k: fix suspend-related oops on rmmodBob Copeland1-8/+19
2008-10-07ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau1-3/+45
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: Update registers and SREV ids v2Nick Kossifidis1-22/+28
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-25/+25
2008-09-06cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+6
2008-09-06ath5k: HW code cleanupNick Kossifidis1-16/+16
2008-08-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+17
2008-08-27Ath5k: fix bintval setupJiri Slaby1-3/+5
2008-08-27Ath5k: lock beaconsJiri Slaby1-3/+12
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 Randolf1-137/+117
2008-08-23Ath5k: unify resetsJiri Slaby1-82/+42
2008-08-23ath5k: add Mesh Point supportAndrey Yurovsky1-1/+3
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: mask out unneeded interruptsJiri Slaby1-0/+1
2008-07-30mac80211: partially fix skb->cb useJohannes Berg1-1/+1
2008-07-30ath5k: don't enable MSI, we cannot handle it yetPavel Roskin1-5/+0
2008-07-30ath5k: fix recursive locking in ath5k_beacon_updateBob Copeland1-3/+0
2008-07-30ath5k: use positive logic for HP laptop LEDsBob Copeland1-2/+2
2008-07-30Ath5k: suspend/resume fixesJiri Slaby1-5/+21
2008-07-30Ath5k: fix dma operationJiri Slaby1-11/+0
2008-07-30Ath5k: flush workJiri Slaby1-2/+11
2008-07-30Ath5k: kill tasklets on shutdownJiri Slaby1-0/+3