summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-21ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau
2011-07-20wireless: ath9k: use %pM to print MACAndy Shevchenko
2011-07-18ath9k: Fix some smatch warningsRajkumar Manoharan
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan
2011-07-18ath9k: use ath_opmode_to_string()Pavel Roskin
2011-07-18ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin
2011-07-15ath9k: improve reliability of MIC error detectionFelix Fietkau
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-13ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian
2011-07-11ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan
2011-07-11ath9k_hw: add a missing delay for an analog registerFelix Fietkau
2011-07-11ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau
2011-07-11ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional modeFelix Fietkau
2011-07-11ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau
2011-07-11ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau
2011-07-11ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau
2011-07-11ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau
2011-07-11ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau
2011-07-11ath9k_hw: remove hardcoded PLL overrides for AR9280Felix Fietkau
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-08ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan
2011-07-08ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan
2011-07-08ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan
2011-07-08ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan
2011-07-08ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan
2011-07-08ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-29ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan
2011-06-29ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan
2011-06-29ath9k: Fix suspend/resume when no interface is UPRajkumar Manoharan
2011-06-27ath9k: Fix locking issue during tx completionRajkumar Manoharan
2011-06-27ath9k_hw: make use of the gain_table_entry macroMohammed Shafi Shajakhan
2011-06-27ath9k_hw: Add carrier leak correction in desired gain calculationMohammed Shafi Shajakhan
2011-06-27ath9k_hw: Fix false tx hung detection in AR9003 chipsRajkumar Manoharan
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-22ath9k: enable support for AR9330Gabor Juhos
2011-06-22ath9k: add external_reset callback to ath9k_platfom_data for AR9330Gabor Juhos
2011-06-22ath9k: configure internal regulator for AR9330Gabor Juhos
2011-06-22ath9k: configure diversity based on eeprom contents for AR9330Gabor Juhos
2011-06-22ath9k: fix few register offsets for AR9330Gabor Juhos
2011-06-22ath9k: set diversity group for AR9330Gabor Juhos
2011-06-22ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos
2011-06-22ath9k: remove superfluous parenthesesGabor Juhos
2011-06-22ath9k: fix antenna diversity configuration for non AR9485 chipsGabor Juhos
2011-06-22ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos