summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k/base.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-30Ath5k: fix memory corruptionJiri Slaby1-7/+25
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-1/+12
2008-06-27ath5k: remove now unused variable declared in ath5k_txJohn W. Linville1-1/+0
2008-06-27ath5k: convert LED code to use mac80211 triggersBob Copeland1-140/+111
2008-06-27ath5k: use frame control helpersHarvey Harrison1-7/+4
2008-06-03ath5k: use IEEE80211_SKB_CBJohannes Berg1-4/+4
2008-05-22mac80211: use multi-queue master netdeviceJohannes Berg1-1/+1
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-38/+32
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-3/+5
2008-05-22mac80211: let drivers wake but not start queuesJohannes Berg1-1/+1
2008-05-15ath5k: Fix loop variable initializationsBob Copeland1-0/+2
2008-05-15mac80211: use hardware flags for signal/noise unitsBruno Randolf1-18/+5
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-4/+4
2008-05-07mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn1-1/+1
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-6/+2
2008-04-17ath5k: Misc fixes/cleanupsNick Kossifidis1-2/+11
2008-04-17ath5k: Add RF2425 initvalsNick Kossifidis1-0/+1
2008-04-02wireless: fix various printk warnings on ia64 (and others)John W. Linville1-3/+6