From: Felix Fietkau Date: Mon, 1 Mar 2010 12:32:11 +0000 (+0100) Subject: ath9k: fix rate control tx status handling for A-MPDU X-Git-Tag: v2.6.35-rc1~473^2~714^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d969847c2202f82b3f6755d16909925e64e354e5;p=pandora-kernel.git ath9k: fix rate control tx status handling for A-MPDU Currently the rate control tx status update gets called for every subframe of an A-MPDU, and ath9k marks the frame with the relevant status update with an internal flag. This not suitable for rate control algorithms using the standard mac80211 rate control API, so fix this by using IEEE80211_TX_STAT_AMPDU for marking the correct frames that should be processed. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed