summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2012-02-27ath9k_hw: Cleanup MCI function declarationsSujith Manoharan2-267/+254
2012-02-27ath9k_hw: Cleanup MCI bits from hw.hSujith Manoharan5-195/+199
2012-02-27ath9k_hw: Cleanup MCI bits from ath9k_hw_reset()Sujith Manoharan3-118/+163
2012-02-27ath9k_hw: Setup MCI calibration using a helperSujith Manoharan3-38/+54
2012-02-27ath9k_hw: Handle MCI power state using a helperSujith Manoharan3-15/+20
2012-02-27ath9k_hw: Use a helper function to get MCI ISRSujith Manoharan3-27/+28
2012-02-27ath9k: Initialize BTCOEX scheme using a helperSujith Manoharan4-25/+37
2012-02-27ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan3-2/+34
2012-02-27ath9k: Calculate ampdu limit using a helperSujith Manoharan3-10/+24
2012-02-27ath9k: Process BTCOEX interrupts using a helperSujith Manoharan3-6/+14
2012-02-27ath9k: Use proper start/stop routines for BTCOEXSujith Manoharan3-19/+34
2012-02-27ath9k: Move BTCOEX init/deinit functions to gpio.cSujith Manoharan3-47/+54
2012-02-27ath9k: Initialize MCI params using a helperSujith Manoharan3-21/+27
2012-02-27ath9k: Cleanup MCI init/deinit routinesSujith Manoharan4-56/+23
2012-02-27ath9k: Remove AR9462 v1.0 supportSujith Manoharan7-1573/+10
2012-02-27ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin1-4/+2
2012-02-27ath9k: Fix descriptor length for AR9462Sujith Manoharan2-2/+7
2012-02-27ath9k: Fix programming SYNTH4 for AR9462Sujith Manoharan1-2/+2
2012-02-27ath9k: Initialize NF values properlySujith Manoharan2-8/+20
2012-02-27ath9k: Remove unused initvalsSujith Manoharan2-859/+0
2012-02-27ath9k: Fix phyerr debug statisticsSujith Manoharan1-4/+2
2012-02-27ath9k: Prettify recv debugfs file outputSujith Manoharan1-52/+45
2012-02-27ath9k: Add a debugfs file to display reset statisticsSujith Manoharan1-0/+41
2012-02-27ath9k: Merge wiphy and misc debugfs filesSujith Manoharan1-160/+64
2012-02-27ath9k: Remove unnecessary variable initializationSujith Manoharan1-5/+0
2012-02-27ath9k_hw: remove duplicate initvalsFelix Fietkau3-441/+34
2012-02-22ath9k: remove unnecessary PS wrappersMohammed Shafi Shajakhan1-4/+0
2012-02-22ath9k: remove obsolete commentsMohammed Shafi Shajakhan1-6/+0
2012-02-22ath5k:Remove __raw_read and __raw_writeJonathan Bither3-17/+17
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-35/+47
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-7/+19
2012-02-15ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin1-1/+1
2012-02-06ath9k: cleanup a min_t() castDan Carpenter1-1/+1
2012-02-06Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville21-922/+2437
2012-02-06ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau1-2/+5
2012-02-06ath9k: fix a WEP crypto related regressionFelix Fietkau1-0/+8
2012-02-03ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan1-4/+5
2012-02-03ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville1-1/+1
2012-02-02ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st...Chilam Ng1-0/+2
2012-02-02ath6kl: fix compiler warning in ath6kl_init_hw_params()Kalle Valo1-1/+1
2012-02-02ath6kl: Fix typo in cfg80211.cMasanari Iida1-1/+1
2012-01-31ath6kl: Workaround to support Deep Sleep with MSM.Santosh Sajjan1-0/+13
2012-01-31ath9k: Print the correct channel modeSujith Manoharan1-3/+1
2012-01-31ath9k_htc: Load firmware asynchronouslySujith Manoharan2-56/+101
2012-01-30ath6kl: Return a proper error code when not in connected stateRaja Mani1-1/+1
2012-01-30ath6kl: Wait for host sleep mode cmd processed event during WOW suspendRaja Mani4-0/+35
2012-01-30ath6kl: Configure WOW patterns while going to wow_suspendRaja Mani3-44/+193
2012-01-30ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspendRaja Mani3-38/+64
2012-01-30ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan3-5/+7
2012-01-30ath6kl: fix testmode when fw-2.bin or fw-3.bin is usedKalle Valo3-28/+51