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. Linville2012-03-0534-4530/+1418
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-293-25/+20
| |\
| * | ath9k: decouple RX error checking for DFSZefir Kurtisi2012-02-291-6/+6
| * | ath9k: Cleanup mci.cSujith Manoharan2012-02-271-154/+59
| * | ath9k_hw: MCI whitespace/debug cleanupSujith Manoharan2012-02-271-294/+68
| * | ath9k_hw: Remove HW revision checksSujith Manoharan2012-02-271-24/+10
| * | ath9k_hw: Cleanup MCI reset routineSujith Manoharan2012-02-271-44/+47
| * | ath9k: Modify ATH9K_BTCOEX_SUPPORTSujith Manoharan2012-02-271-8/+8
| * | ath9k: Remove ATH9K_HW_CAP_MCI checksSujith Manoharan2012-02-274-68/+1
| * | ath9k: Remove ATH_BTCOEX_CFG_NONE checksSujith Manoharan2012-02-274-42/+1
| * | ath9k_htc: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan2012-02-272-6/+22
| * | ath9k_htc: Init BTCOEX inside htc_drv_gpio.cSujith Manoharan2012-02-273-31/+34
| * | ath9k_htc: Start/stop btcoex using a helperSujith Manoharan2012-02-273-12/+29
| * | ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan2012-02-275-14/+80
| * | ath9k_hw: Cleanup MCI function declarationsSujith Manoharan2012-02-272-267/+254
| * | ath9k_hw: Cleanup MCI bits from hw.hSujith Manoharan2012-02-275-195/+199
| * | ath9k_hw: Cleanup MCI bits from ath9k_hw_reset()Sujith Manoharan2012-02-273-118/+163
| * | ath9k_hw: Setup MCI calibration using a helperSujith Manoharan2012-02-273-38/+54
| * | ath9k_hw: Handle MCI power state using a helperSujith Manoharan2012-02-273-15/+20
| * | ath9k_hw: Use a helper function to get MCI ISRSujith Manoharan2012-02-273-27/+28
| * | ath9k: Initialize BTCOEX scheme using a helperSujith Manoharan2012-02-274-25/+37
| * | ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan2012-02-273-2/+34
| * | ath9k: Calculate ampdu limit using a helperSujith Manoharan2012-02-273-10/+24
| * | ath9k: Process BTCOEX interrupts using a helperSujith Manoharan2012-02-273-6/+14
| * | ath9k: Use proper start/stop routines for BTCOEXSujith Manoharan2012-02-273-19/+34
| * | ath9k: Move BTCOEX init/deinit functions to gpio.cSujith Manoharan2012-02-273-47/+54
| * | ath9k: Initialize MCI params using a helperSujith Manoharan2012-02-273-21/+27
| * | ath9k: Cleanup MCI init/deinit routinesSujith Manoharan2012-02-274-56/+23
| * | ath9k: Remove AR9462 v1.0 supportSujith Manoharan2012-02-277-1573/+10
| * | ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin2012-02-271-4/+2
| * | ath9k: Fix descriptor length for AR9462Sujith Manoharan2012-02-272-2/+7
| * | ath9k: Fix programming SYNTH4 for AR9462Sujith Manoharan2012-02-271-2/+2
| * | ath9k: Initialize NF values properlySujith Manoharan2012-02-272-8/+20
| * | ath9k: Remove unused initvalsSujith Manoharan2012-02-272-859/+0
| * | ath9k: Fix phyerr debug statisticsSujith Manoharan2012-02-271-4/+2
| * | ath9k: Prettify recv debugfs file outputSujith Manoharan2012-02-271-52/+45
| * | ath9k: Add a debugfs file to display reset statisticsSujith Manoharan2012-02-271-0/+41
| * | ath9k: Merge wiphy and misc debugfs filesSujith Manoharan2012-02-271-160/+64
| * | ath9k: Remove unnecessary variable initializationSujith Manoharan2012-02-271-5/+0
| * | ath9k_hw: remove duplicate initvalsFelix Fietkau2012-02-273-441/+34
| * | ath9k: remove unnecessary PS wrappersMohammed Shafi Shajakhan2012-02-221-4/+0
| * | ath9k: remove obsolete commentsMohammed Shafi Shajakhan2012-02-221-6/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-013-25/+20
|\ \ \ | | |/ | |/|
| * | ath9k_hw: prevent writes to const data on AR9160Felix Fietkau2012-02-213-25/+20
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-212-2/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-154-7/+19
| |\ \ | | |/
| | * ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin2012-02-151-1/+1
| * | ath9k: cleanup a min_t() castDan Carpenter2012-02-061-1/+1
* | | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-133-7/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-103-6/+18
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud