From: Felix Fietkau Date: Tue, 6 Aug 2013 12:18:06 +0000 (+0200) Subject: ath9k: simplify ath_tx_form_aggr X-Git-Tag: v3.12-rc1~132^2~297^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cd94d345a8f68300c8ccd8422434e54199f68d;p=pandora-kernel.git ath9k: simplify ath_tx_form_aggr The check for ATH_AMPDU_SUBFRAME_DEFAULT is unnecessary, since it's set to half the maximum BlockAck Window size, which is already the maximum value that h_baw could possibly have. Also remove unnecessary variables. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed