summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: replace snprintf() with scnprintf()Zefir Kurtisi2013-09-261-16/+16
* ath9k: set 5/10 MHz supported channels and fix bitrateSimon Wunderlich2013-08-161-0/+5
* ath9k: use chandef instead of channel_typeSimon Wunderlich2013-08-161-2/+2
* mac80211/rc80211: add chandef to rate initializationSimon Wunderlich2013-07-161-0/+2
* ath9k: prevent aggregation session deadlocksFelix Fietkau2013-05-221-4/+1Star
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-1/+1
|\
| * mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-1/+1
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-11/+1Star
|/
* ath9k: Fix rate control debuggingSujith Manoharan2012-11-211-18/+18
* ath9k: Fill remove_sta_debugfs() callbackSujith Manoharan2012-11-211-4/+13
* ath9k: Enable SGI correctlySujith Manoharan2012-09-241-4/+7
* ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan2012-08-101-2/+3
* ath9k: Trim rate tableSujith Manoharan2012-08-101-176/+174Star
* ath9k: Remove MIMO-PS specific codeSujith Manoharan2012-08-101-9/+0Star
* ath9k: Cleanup TX status APISujith Manoharan2012-08-101-42/+29Star
* ath9k: Bail out properly before calculating rate indexSujith Manoharan2012-08-101-13/+11Star
* ath9k: Fix RTS/CTS rate selectionSujith Manoharan2012-08-101-27/+14Star
* ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan2012-08-101-2/+0Star
* ath9k: Unify valid rate calculation routinesSujith Manoharan2012-08-101-35/+39
* ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan2012-08-101-10/+3Star
* ath9k: Change rateset calculationSujith Manoharan2012-08-101-26/+9Star
* ath9k: Cleanup index retrieval routinesSujith Manoharan2012-08-101-29/+27Star
* ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan2012-08-101-8/+9
* ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan2012-08-101-28/+21Star
* ath9k: Cleanup RC init APISujith Manoharan2012-08-101-64/+35Star
* ath9k: Simplify rate table initializationSujith Manoharan2012-08-101-48/+17Star
* ath9k: choose legacy rate as last rate of MRR seriesRajkumar Manoharan2012-06-131-9/+8Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-7/+1Star
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-7/+1Star
* | mac80211: notify driver of rate control updatesJohannes Berg2012-04-101-1/+1
* | mac80211: remove channel type argument from rate_updateJohannes Berg2012-04-101-3/+2Star
|/
* ath9k: Fix multi-VIF BSS handlingSujith Manoharan2012-03-151-1/+2
* ath9k: Remove aggregation flagsSujith Manoharan2012-03-151-5/+4Star
* ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2012-03-051-1/+1
* ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin2012-02-271-4/+2Star
* ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin2012-02-151-1/+1
* ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville2012-02-031-1/+1
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-4/+3Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-1/+3
|\
| * ath9k: fix max phy rate at rate control initRajkumar Manoharan2011-12-121-1/+3
* | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
|/
* ath9k: Remove unnecessary AMPDU check at tx statusRajkumar Manoharan2011-09-301-6/+0Star
* ath9k: Change rate control to use legacy rate as last MRRRajkumar Manoharan2011-08-241-7/+27
* ath9k: optimize rate control statisticsMohammed Shafi Shajakhan2011-08-101-2/+2
* ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan2011-07-111-26/+24Star
* ath9k: use standard max(), remove A_MAX macroPavel Roskin2011-06-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-1/+2
|\
| * ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan2011-05-261-1/+2
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-1/+1
|\|