aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* 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
* ath5k:Remove __raw_read and __raw_writeJonathan Bither2012-02-223-17/+17
* cfg80211: restructure AP/GO mode APIJohannes Berg2012-02-221-35/+47
* 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_hw: fix a RTS/CTS timeout regressionFelix Fietkau2012-02-061-2/+5
| * ath9k: fix a WEP crypto related regressionFelix Fietkau2012-02-061-0/+8
| * ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan2012-02-031-4/+5
| * ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville2012-02-031-1/+1
* | ath9k: cleanup a min_t() castDan Carpenter2012-02-061-1/+1
* | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-02-0621-922/+2437
|\ \
| * | ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st...Chilam Ng2012-02-021-0/+2
| * | ath6kl: fix compiler warning in ath6kl_init_hw_params()Kalle Valo2012-02-021-1/+1
| * | ath6kl: Fix typo in cfg80211.cMasanari Iida2012-02-021-1/+1
| * | ath6kl: Workaround to support Deep Sleep with MSM.Santosh Sajjan2012-01-311-0/+13
| * | ath6kl: Return a proper error code when not in connected stateRaja Mani2012-01-301-1/+1
| * | ath6kl: Wait for host sleep mode cmd processed event during WOW suspendRaja Mani2012-01-304-0/+35
| * | ath6kl: Configure WOW patterns while going to wow_suspendRaja Mani2012-01-303-44/+193
| * | ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspendRaja Mani2012-01-303-38/+64
| * | ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan2012-01-303-5/+7
| * | ath6kl: fix testmode when fw-2.bin or fw-3.bin is usedKalle Valo2012-01-303-28/+51
| * | ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan2012-01-246-45/+88
| * | ath6kl: Fix bug in using tid given by addba/delba req eventsVasanthakumar Thiagarajan2012-01-241-2/+23
| * | ath6kl: Pass vif instead of ar to ath6kl_add_new_sta()Vasanthakumar Thiagarajan2012-01-241-5/+5
| * | ath6kl: Define a structure for connection specific aggregation informationVasanthakumar Thiagarajan2012-01-243-81/+98
| * | ath6kl: Fix memory leak when unloading ath6kl_sdioVasanthakumar Thiagarajan2012-01-241-0/+1
| * | ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state()Vasanthakumar Thiagarajan2012-01-241-0/+5
| * | ath6kl: add back beginnings of USB supportKalle Valo2012-01-188-8/+479
| * | ath6kl: create ath6kl_core.koKalle Valo2012-01-186-13/+38
| * | ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functionsKalle Valo2012-01-182-21/+34
| * | ath6kl: get rid of AR_DBG_LVL_CHECK()Kalle Valo2012-01-184-27/+18
| * | ath6kl: create core.cKalle Valo2012-01-188-288/+332
| * | ath6kl: add ATH6KL_CONF_UART_DEBUGKalle Valo2012-01-182-1/+5
| * | ath6kl: unify cfg80211 init/cleanup functionsKalle Valo2012-01-183-57/+62
| * | ath6kl: rename vif init and cleanup functionsKalle Valo2012-01-184-8/+9
| * | ath6kl: add testmode 2 for 6003 ARTAlex Yang2012-01-182-6/+110
| * | ath6kl: fix uninitialized warning in ath6kl_process_uapsdq()Kalle Valo2012-01-181-3/+1
| * | ath6kl: remove -D__CHECK_ENDIAN__ from MakefileKalle Valo2012-01-181-2/+0
| * | ath6kl: use netdev_features_tKalle Valo2012-01-181-1/+2