summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-0/+8
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-05-111-0/+8
| |\
| | * ath9k: Fix a warning due to a queued work during S3 stateMohammed Shafi Shajakhan2011-05-101-0/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-1617-152/+428
|\ \ \
| * | | ath9k: make npending frames check as boolMohammed Shafi Shajakhan2011-05-161-2/+5
| * | | ath9k: make sure main_rssi is positiveMohammed Shafi Shajakhan2011-05-161-2/+2
| * | | ath9k: configure fast_div_bias based on diversity groupMohammed Shafi Shajakhan2011-05-161-43/+131
| * | | ath9k: Implement an API to swap main/ALT LNA'sMohammed Shafi Shajakhan2011-05-161-1/+30
| * | | ath9k_hw: define antenna diversity groupMohammed Shafi Shajakhan2011-05-165-2/+6
| * | | ath9k_hw: define modules to get/set Antenna diversity paramatersMohammed Shafi Shajakhan2011-05-161-0/+44
| * | | ath9k_hw: config diversity based on eeprom contentsMohammed Shafi Shajakhan2011-05-161-6/+44
| * | | ath9k_hw: define registers/macros to support Antenna diversityMohammed Shafi Shajakhan2011-05-162-0/+25
| * | | ath9k_hw: enable Antenna diversity for AR9485Mohammed Shafi Shajakhan2011-05-161-0/+16
| * | | ath9k_hw: make antenna diversity modules chip specificMohammed Shafi Shajakhan2011-05-163-24/+39
| * | | ath9k_hw: Fix STA connection issues with AR9380 (XB113).Senthil Balasubramanian2011-05-121-1/+1
| * | | ath9k_hw: fix dual band assumption for XB113Luis R. Rodriguez2011-05-121-1/+1
| * | | ath9k: fix a regression in PS frame filter handlingFelix Fietkau2011-05-112-0/+11
| * | | ath9k: fix beaconing for mesh interfacesJavier Cardona2011-05-111-1/+3
| * | | ath9k: Failed to set default beacon rssi in AP/IBSS modeRajkumar Manoharan2011-05-101-0/+1
| * | | ath9k: Fix rssi update in ad-hoc modeRajkumar Manoharan2011-05-101-1/+2
| * | | ath9k_hw: Change DCU backoff thresh for AR9340Rajkumar Manoharan2011-05-101-2/+7
| * | | ath9k_hw: Corrected xpabiaslevel register settings for AR9340Rajkumar Manoharan2011-05-101-8/+6
| * | | ath9k_hw: remove get_channel_noise functionMohammed Shafi Shajakhan2011-05-102-9/+0
| * | | ath9k: process TSF out of range before RXRajkumar Manoharan2011-05-101-11/+11
| * | | ath9k: avoid enabling interrupts while processing rxRajkumar Manoharan2011-05-104-3/+17
| * | | ath9k_hw: fix power for the HT40 duplicate framesLuis R. Rodriguez2011-05-051-0/+10
| * | | ath9k_hw: do noise floor calibration only on required chainsRajkumar Manoharan2011-05-051-0/+13
| * | | ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan2011-05-057-37/+1
| * | | ath9k: Fix drain txq failure in flushRajkumar Manoharan2011-05-051-1/+5
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-0540-726/+2901
|\ \ \ \ | |/ / /
| * | | ath9k_htc: Revamp LED managementSujith Manoharan2011-04-294-196/+85
| * | | ath9k_htc: Dump modal eeprom header for UB91/94/95Sujith Manoharan2011-04-291-0/+283
| * | | ath9k_htc: Dump base eeprom header for UB91/94/95Sujith Manoharan2011-04-291-8/+162
| * | | ath9k_htc: Add set_bitrate_mask() callbackSujith Manoharan2011-04-281-0/+50
| * | | ath9k_htc: Add a new WMI command to set a rate maskSujith Manoharan2011-04-283-0/+10
| * | | ath9k_htc: Remove unused WMI_AGGR_LIMIT_CMDSujith Manoharan2011-04-282-3/+0
| * | | ath9k_htc: Increase credit size for AR7010 devicesSujith Manoharan2011-04-282-2/+2
| * | | ath9k: Use ps wrappers for btcoex logic.Vivek Natarajan2011-04-281-0/+4
| * | | ath9k_hw: Enable generic timer interrupt.Vivek Natarajan2011-04-281-0/+3
| * | | ath9k_hw: Add support for btcoexistence in AR9300.Vivek Natarajan2011-04-285-14/+75
| * | | ath9k_hw: Move bt_stomp to hw from common.Vivek Natarajan2011-04-286-46/+82
| * | | ath9k: fix AR9160 xpaBiasLvlFreq endianness handlingAdrian Chadd2011-04-261-0/+4
| * | | ath9k: set beacon related ps flags on bss_info changeRajkumar Manoharan2011-04-262-6/+6
| * | | ath9k_hw: Fix Tx IQ Calibration hang issue in AR9003 chipsRajkumar Manoharan2011-04-263-235/+140
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-266-20/+38
| |\ \ \ | | | |/ | | |/|
| * | | ath9k: Add TSFOOR interrupt stats in debug infoMohammed Shafi Shajakhan2011-04-252-0/+9
| * | | ath9k: remove the unlikely check for autosleepMohammed Shafi Shajakhan2011-04-251-1/+1
| * | | ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian2011-04-253-12/+26
| * | | ath9k: cleanup hw pll work handlerSenthil Balasubramanian2011-04-254-23/+25
| * | | ath9k: optimize the usage of power save wrappers.Senthil Balasubramanian2011-04-251-4/+2
OpenPOWER on IntegriCloud