aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-12ath9k: Remove ath9k rate controlSujith Manoharan1-1494/+0
2014-02-04mac80211: remove module handling from rate control opsJohannes Berg1-1/+0
2014-02-04mac80211: make rate control ops constJohannes Berg1-1/+1
2013-09-26ath9k: replace snprintf() with scnprintf()Zefir Kurtisi1-16/+16
2013-08-16ath9k: set 5/10 MHz supported channels and fix bitrateSimon Wunderlich1-0/+5
2013-08-16ath9k: use chandef instead of channel_typeSimon Wunderlich1-2/+2
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich1-0/+2
2013-05-22ath9k: prevent aggregation session deadlocksFelix Fietkau1-4/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-1/+1
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-11/+1
2012-11-21ath9k: Fix rate control debuggingSujith Manoharan1-18/+18
2012-11-21ath9k: Fill remove_sta_debugfs() callbackSujith Manoharan1-4/+13
2012-09-24ath9k: Enable SGI correctlySujith Manoharan1-4/+7
2012-08-10ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan1-2/+3
2012-08-10ath9k: Trim rate tableSujith Manoharan1-176/+174
2012-08-10ath9k: Remove MIMO-PS specific codeSujith Manoharan1-9/+0
2012-08-10ath9k: Cleanup TX status APISujith Manoharan1-42/+29
2012-08-10ath9k: Bail out properly before calculating rate indexSujith Manoharan1-13/+11
2012-08-10ath9k: Fix RTS/CTS rate selectionSujith Manoharan1-27/+14
2012-08-10ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan1-2/+0
2012-08-10ath9k: Unify valid rate calculation routinesSujith Manoharan1-35/+39
2012-08-10ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan1-10/+3
2012-08-10ath9k: Change rateset calculationSujith Manoharan1-26/+9
2012-08-10ath9k: Cleanup index retrieval routinesSujith Manoharan1-29/+27
2012-08-10ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan1-8/+9
2012-08-10ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan1-28/+21
2012-08-10ath9k: Cleanup RC init APISujith Manoharan1-64/+35
2012-08-10ath9k: Simplify rate table initializationSujith Manoharan1-48/+17
2012-06-13ath9k: choose legacy rate as last rate of MRR seriesRajkumar Manoharan1-9/+8
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-7/+1
2012-04-10mac80211: notify driver of rate control updatesJohannes Berg1-1/+1
2012-04-10mac80211: remove channel type argument from rate_updateJohannes Berg1-3/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan1-1/+2
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan1-5/+4
2012-03-05ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan1-1/+1
2012-02-27ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin1-4/+2
2012-02-15ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin1-1/+1
2012-02-03ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville1-1/+1
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-4/+3
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+3
2011-12-12ath9k: fix max phy rate at rate control initRajkumar Manoharan1-1/+3
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-09-30ath9k: Remove unnecessary AMPDU check at tx statusRajkumar Manoharan1-6/+0
2011-08-24ath9k: Change rate control to use legacy rate as last MRRRajkumar Manoharan1-7/+27
2011-08-10ath9k: optimize rate control statisticsMohammed Shafi Shajakhan1-2/+2
2011-07-11ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan1-26/+24
2011-06-17ath9k: use standard max(), remove A_MAX macroPavel Roskin1-3/+3