aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_pid_algo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20rc80211_pid_algo.c: remove unused variable declarationJohn W. Linville1-1/+0
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona1-14/+1
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-10/+1
2009-07-24mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez1-4/+3
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-05-11mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville1-1/+1
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+5
2009-05-06mac80211: Fix handling of retry count of NO_ACK frames in PIDGábor Stefanik1-3/+5
2009-05-04mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2008-11-26mac80211: Fix pid rate-setting algorithm to allow rate changesLarry Finger1-1/+1
2008-11-21mac80211: rc80211_pid eliminate sparse warningsTomas Winkler1-3/+3
2008-10-31mac80211: remove rate_control_clearJohannes Berg1-5/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-9/+18
2008-09-24mac80211: clean up rate control APIJohannes Berg1-99/+59
2008-09-15mac80211: move txrate_idx into RC algorithmsJohannes Berg1-14/+19
2008-09-15mac80211: move last_txrate_idx into RC algorithmsJohannes Berg1-2/+0
2008-09-15mac80211: small rate control changesJohannes Berg1-11/+0
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-6/+1
2008-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-4/+4
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+13
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-4/+4
2008-07-09rc80211_pid: Fix fast_start parameter handlingMattias Nissler1-18/+13
2008-06-30build algorithms into the mac80211 moduleAdrian Bunk1-10/+0
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-9/+9
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-3/+3
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-11/+14
2008-03-06mac80211: clean up mesh codeJohannes Berg1-3/+0
2008-03-06mac80211: mesh data structures and first mesh changesLuis Carlos Cobo1-0/+14
2008-02-29mac80211: remove STA infos last_ack stuffJohannes Berg1-3/+0
2008-02-29rc80211-pid: fix rate adjustmentStefano Brivio1-49/+44
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-35/+41
2008-02-01mac80211 rate control: fix section mismatchJohannes Berg1-1/+1
2008-01-28rc80211-pid: fix last_sample initializationStefano Brivio1-0/+2
2008-01-28mac80211: Fix rate reporting regressionMichael Wu1-3/+17
2008-01-28rc80211_pid should respect fixed rates.Andrew Lutomirski1-4/+8
2008-01-28mac80211: better rate control algorithm selectionJohannes Berg1-2/+22
2008-01-28rc80211-pid: fix sta_info refcountingStefano Brivio1-1/+2
2008-01-28rc80211-pid: simplify and fix shift_adjustStefano Brivio1-18/+16
2008-01-28rc80211-pid: export human-readable target_pf value to debugfsStefano Brivio1-1/+1
2008-01-28rc80211-pid: export tuning parameters through debugfsMattias Nissler1-23/+89
2008-01-28rc80211-pid: add debuggingMattias Nissler1-0/+444