From: Vasanthakumar Thiagarajan Date: Wed, 18 Mar 2009 14:52:00 +0000 (+0530) Subject: ath9k: Fix rate control update for aggregated frames X-Git-Tag: v2.6.30-rc1~642^2^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0934af2340caf3c9f247ae650bf0c6faa4203dba;p=pandora-kernel.git ath9k: Fix rate control update for aggregated frames We will miss rate control update if first A-MPDU of an aggregation is not Block Acked as we always tell if the rate control needs to updated through update_rc of first A-MPDU. This patch does rate control update for the first A-MPDU which notifies it's tx status (which is not necessarily the first A-MPDU of an aggregation) to mac80211. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: John W. Linville --- Reading git-diff-tree failed