All pastes #2082512 Raw Edit

Mine

public diff v1 · immutable
#2082512 ·published 2011-09-24 16:23 UTC
rendered paste body
--- a/net/mac80211/rc80211_minstrel_ht.c+++ b/net/mac80211/rc80211_minstrel_ht.c@@ -281,6 +281,8 @@  		mr = minstrel_get_ratestats(mi, mg->max_tp_rate); 		if (cur_tp < mr->cur_tp) {+			mi->max_tp_rate2 = mi->max_tp_rate;+			cur_tp2 = cur_tp; 			mi->max_tp_rate = mg->max_tp_rate; 			cur_tp = mr->cur_tp; 		}