From: Larry Finger Date: Sun, 16 Nov 2008 23:09:25 +0000 (-0600) Subject: mac80211: Fix pid rate-setting algorithm to allow rate changes X-Git-Tag: v2.6.29-rc1~581^2~383^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc5a84166d83c892cbf192cad58ebdde95d3ac4;p=pandora-kernel.git mac80211: Fix pid rate-setting algorithm to allow rate changes In commit 9ea2c74 named "mac80211/drivers: rewrite the rate control API", the meaning of status.rates[i].count was changed from number of retries to total number of tries. As a result, the pid rate-setting algorithm fails because every packet appears to have needed a retransmit. Signed-off-by: Larry Finger Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed