summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-2213-110/+111
|\
| * ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau2011-07-211-0/+22
| * wireless: ath9k: use %pM to print MACAndy Shevchenko2011-07-201-5/+2
| * ath9k: Fix some smatch warningsRajkumar Manoharan2011-07-182-4/+8
| * ath9k: Fix sparse warningsRajkumar Manoharan2011-07-183-9/+22
| * ath9k: use ath_opmode_to_string()Pavel Roskin2011-07-181-20/+2
| * ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin2011-07-181-23/+0
| * ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin2011-07-185-28/+23
| * ath9k: improve reliability of MIC error detectionFelix Fietkau2011-07-151-21/+32
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-1513-115/+172
|\ \ | |/
| * ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-07-132-4/+2
| * ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan2011-07-111-26/+24
| * ath9k_hw: add a missing delay for an analog registerFelix Fietkau2011-07-111-2/+3
| * ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau2011-07-111-0/+5
| * ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional modeFelix Fietkau2011-07-111-1/+3
| * ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau2011-07-114-49/+7
| * ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau2011-07-111-8/+59
| * ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau2011-07-111-1/+4
| * ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau2011-07-111-0/+7
| * ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau2011-07-111-4/+1
| * ath9k_hw: remove hardcoded PLL overrides for AR9280Felix Fietkau2011-07-111-12/+13
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-112-1/+8
| |\
| * | ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan2011-07-081-0/+1
| * | ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan2011-07-081-3/+1
| * | ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan2011-07-081-2/+2
| * | ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan2011-07-081-1/+1
| * | ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2011-07-082-0/+32
| * | ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan2011-07-081-2/+7
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-1/+2
|\ \ \ | | |/ | |/|
| * | ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-051-1/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-0/+6
|\ \ \ | |/ /
| * | ath9k: Fix suspend/resume when no interface is UPRajkumar Manoharan2011-06-291-0/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-309-29/+62
|\ \ \ | | |/ | |/|
| * | ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan2011-06-291-0/+2
| * | ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan2011-06-292-7/+5
| * | ath9k: Fix locking issue during tx completionRajkumar Manoharan2011-06-273-8/+14
| * | ath9k_hw: make use of the gain_table_entry macroMohammed Shafi Shajakhan2011-06-271-2/+2
| * | ath9k_hw: Add carrier leak correction in desired gain calculationMohammed Shafi Shajakhan2011-06-272-10/+27
| * | ath9k_hw: Fix false tx hung detection in AR9003 chipsRajkumar Manoharan2011-06-272-2/+12
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-2416-81/+2753
|\ \ \ | |/ /
| * | ath9k: enable support for AR9330Gabor Juhos2011-06-221-0/+1
| * | ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos2011-06-223-0/+37
| * | ath9k: configure internal regulator for AR9330Gabor Juhos2011-06-221-5/+20
| * | ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos2011-06-221-1/+1
| * | ath9k: fix few register offsets for AR9330Gabor Juhos2011-06-221-2/+2
| * | ath9k: set diversity group for AR9330Gabor Juhos2011-06-221-1/+4
| * | ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos2011-06-221-0/+83
| * | ath9k: remove superfluous parenthesesGabor Juhos2011-06-221-32/+30
| * | ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos2011-06-221-2/+8
| * | ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos2011-06-221-0/+1
OpenPOWER on IntegriCloud