From: Felix Fietkau Date: Thu, 21 Oct 2010 00:47:24 +0000 (+0200) Subject: ath9k: fix handling of rate control probe frames X-Git-Tag: v2.6.37-rc1~88^2~31^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0299a50abb5ee8d605c93b61b70e51a717c9960b;p=pandora-kernel.git ath9k: fix handling of rate control probe frames The ath9k aggregation code was already checking the rate control probe flag to prevent starting an aggregate frame with a sampling rate. What was missing was closing an aggregate before adding a probing frame to it. Without that, rate control cannot have precise control over probing, which delays using faster rates when the channel conditions improve. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed