summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k
AgeCommit message (Expand)AuthorFilesLines
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
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 Slaby2-2/+15
2008-07-30Ath5k: kill tasklets on shutdownJiri Slaby1-0/+3
2008-07-30Ath5k: fix memory corruptionJiri Slaby2-8/+26
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-27wireless: Small cleanupsPavel Machek1-2/+2
2008-06-27ath5k: convert LED code to use mac80211 triggersBob Copeland3-154/+132
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 Berg2-39/+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 Copeland2-2/+6
2008-05-15mac80211: use hardware flags for signal/noise unitsBruno Randolf1-18/+5
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg2-5/+6
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-24ath5k: Fix radio identification on AR5424/2424Nick Kossifidis1-4/+10
2008-04-17ath5k: Misc fixes/cleanupsNick Kossifidis5-643/+139
2008-04-17ath5k: Add RF2425 initvalsNick Kossifidis5-14/+365
2008-04-02wireless: fix various printk warnings on ia64 (and others)John W. Linville1-3/+6
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-0/+2
2008-03-13drivers/net/wireless/ath5k - convert == (true|false) to simple logical testsJoe Perches2-23/+23
2008-03-13ath5k: disable irq handling in ath5k_hw_detach()Pavel Roskin1-0/+2
2008-03-08wireless: correct warnings from using '%llx' for type 'u64'John W. Linville1-2/+4
2008-03-08ath5k: work around wrong beacon rx timestamp in IBSS modeBruno Randolf1-14/+45
2008-03-08ath5k: add notes about rx timestampBruno Randolf1-0/+11
2008-03-08ath5k: move rx and tx status structures out of hardware descriptorBruno Randolf5-130/+126
2008-03-08ath5k: struct ath5k_desc cleanupsBruno Randolf4-187/+210
2008-03-08ath5k: Add 2413 to srev_names so that it shows up during module loadNick Kossifidis1-0/+3
2008-03-08ath5k: Make some changes to follow register dumps.Nick Kossifidis1-6/+31
2008-03-08ath5k: Fixes for PCI-E cardsNick Kossifidis2-15/+34
2008-03-08ath5k: Remove RF5413 from rf gain optimization functionsNick Kossifidis1-2/+0
2008-03-08ath5k: more RF2413 stuffNick Kossifidis2-4/+12
2008-03-08ath5k: Identify RF2413 and deal with PHY_SPENDINGNick Kossifidis3-3/+29
2008-03-08ath5k: Add RF2413 initial settingsNick Kossifidis2-4/+392
2008-03-08ath5k: Add RF2413 srev valuesNick Kossifidis1-2/+7
2008-02-29ath5k: fix all endian issues reported by sparsePavel Roskin2-6/+6
2008-02-29WDEV: ath5k, typecheck on nonDEBUGJiri Slaby1-1/+3