summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | ath5k: Fix lockup due to un-init spinlock.Ben Greear2011-05-111-1/+1
| * | | | 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/+6Star
| * | | | ath9k_hw: remove get_channel_noise functionMohammed Shafi Shajakhan2011-05-102-9/+0Star
| * | | | carl9170: fix -Wunused-but-set-variable warningsChristian Lamparter2011-05-101-9/+0Star
| * | | | 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
| * | | | carl9170: fix allmulticast modeNicolas Cavallari2011-05-051-1/+1
| * | | | ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan2011-05-057-37/+1Star
| * | | | 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-0544-865/+3018
|\| | | |
| * | | | ath9k_htc: Revamp LED managementSujith Manoharan2011-04-294-196/+85Star
| * | | | 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
| * | | | ath5k: fix uninitialized var warning for txf2txsJohn W. Linville2011-04-291-0/+5
| * | | | 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/+0Star
| * | | | 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
| * | | | carl9170: improve unicast PS bufferingChristian Lamparter2011-04-263-139/+112Star
| * | | | 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/+140Star
| * | | | 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/+2Star
| * | | | ath9k_hw: Fix incorrect baseband PLL phase shift for AR9485Senthil Balasubramanian2011-04-251-4/+0Star
| * | | | ath9k: Fix LED gpio for AR93xx chipsets.Senthil Balasubramanian2011-04-252-0/+3
| * | | | ath9k: Fix warning: symbol 'ath9k_platform_id_table' was not declared. Should...Vasanthakumar Thiagarajan2011-04-251-1/+1
| * | | | ath9k: Fix bug in configuring hw timerVasanthakumar Thiagarajan2011-04-252-12/+7Star
| * | | | ath9k_htc: Remove unused macros and structuresSujith Manoharan2011-04-252-14/+0Star
| * | | | ath9k_htc: Use power save wrappers when accessing HWSujith Manoharan2011-04-252-3/+23
| * | | | ath9k_htc: Fix max A-MPDU size handlingSujith Manoharan2011-04-251-1/+10
| * | | | ath9k_htc: Fix AMPDU subframe handlingSujith Manoharan2011-04-255-20/+35
| * | | | ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-2511-34/+25Star