summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k/hw.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-05ath5k: HW code cleanupNick Kossifidis1-4492/+0
2008-08-22ath5k: rates cleanupBruno Randolf1-57/+19
2008-08-22ath5k: add Mesh Point supportAndrey Yurovsky1-0/+1
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 Kossifidis1-41/+21
2008-08-01ath5k: Restore saved initval after POSTNick Kossifidis1-0/+6
2008-08-01ath5k: Update register listNick Kossifidis1-21/+22
2008-07-29Ath5k: flush workJiri Slaby1-0/+4
2008-06-27wireless: Small cleanupsPavel Machek1-2/+2
2008-05-14ath5k: Fix loop variable initializationsBob Copeland1-2/+4
2008-04-23ath5k: Fix radio identification on AR5424/2424Nick Kossifidis1-4/+10
2008-04-16ath5k: Misc fixes/cleanupsNick Kossifidis1-11/+127
2008-04-16ath5k: Add RF2425 initvalsNick Kossifidis1-9/+11
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 Perches1-18/+18
2008-03-13ath5k: disable irq handling in ath5k_hw_detach()Pavel Roskin1-0/+2
2008-03-07ath5k: move rx and tx status structures out of hardware descriptorBruno Randolf1-69/+72
2008-03-07ath5k: struct ath5k_desc cleanupsBruno Randolf1-111/+101
2008-03-07ath5k: Make some changes to follow register dumps.Nick Kossifidis1-6/+31
2008-03-07ath5k: Fixes for PCI-E cardsNick Kossifidis1-10/+29
2008-03-07ath5k: more RF2413 stuffNick Kossifidis1-4/+3
2008-03-07ath5k: Identify RF2413 and deal with PHY_SPENDINGNick Kossifidis1-2/+25
2008-02-29ath5k: fix all endian issues reported by sparsePavel Roskin1-2/+2
2008-02-29ath5k: Port to new bitrate/channel APILuis R. Rodriguez1-124/+46
2008-02-20WDEV, ath5k, don't return int from bool functionJiri Slaby1-4/+4
2008-02-15ath5k: correct padding in tx descriptorsBruno Randolf1-14/+20
2008-01-28ath5k: use 3 instead of 0x00000003Bruno Randolf1-4/+2
2008-01-28ath5k: Fix frame duration oopsLuis R. Rodriguez1-2/+6
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-1/+1
2008-01-28[PATCH] Net: add ath5k wireless driverJiri Slaby1-0/+4349