summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-29ath5k/phy.c: fix negative array indexLuis R. Rodriguez1-0/+3
2008-02-29ath5k: Use software encryption for nowLuis R. Rodriguez1-1/+3
2008-02-29ath5k: Port debug.c over to the new band API and enable as build optionLuis R. Rodriguez6-36/+67
2008-02-29ath5k: Use our own Kconfig file, we'll be expanding this shortlyLuis R. Rodriguez2-2/+22
2008-02-29ath5k: ath5k_copy_channels() was not setting the channel bandLuis R. Rodriguez1-0/+2
2008-02-29ath5k: Cleanup after API changesLuis R. Rodriguez4-74/+102
2008-02-29ath5k: Port to new bitrate/channel APILuis R. Rodriguez7-371/+329
2008-02-21ath5k: Fix build warnings on some 64-bit platforms.David Miller1-6/+8
2008-02-21WDEV, ath5k, don't return int from bool functionJiri Slaby3-6/+9
2008-02-21WDEV: ath5k, fix lock imbalanceJiri Slaby1-0/+1
2008-02-15ath5k: correct padding in tx descriptorsBruno Randolf2-16/+22
2008-02-02ath5k: fix section mismatch warningJohn W. Linville1-3/+3
2008-02-01ath5k: debug level improvementsBruno Randolf3-37/+115
2008-01-29ath5k: always extend rx timestamp with tsfBruno Randolf1-5/+12
2008-01-29ath5k: configure backoff for IBSS beacon queueBruno Randolf1-2/+12
2008-01-29ath5k: use SWBA to detect IBSS HW mergesBruno Randolf2-13/+67
2008-01-29ath5k: better beacon timer calculationBruno Randolf1-17/+92
2008-01-29ath5k: beacon interval is in TUBruno Randolf3-5/+5
2008-01-29ath5k: use 3 instead of 0x00000003Bruno Randolf1-4/+2
2008-01-29ath5k: reset key cache after resumeJohn W. Linville1-3/+14
2008-01-29ath5k: use AR5K_KEYTABLE_SIZE when initializing key tableJohn W. Linville1-1/+1
2008-01-29ath5k: Fix frame duration oopsLuis R. Rodriguez1-2/+6
2008-01-29mac80211: dont use interface indices in driversJohannes Berg3-9/+10
2008-01-29[PATCH] Net: add ath5k wireless driverJiri Slaby13-0/+15818