From: Felix Fietkau Date: Thu, 11 Nov 2010 02:18:37 +0000 (+0100) Subject: ath9k: clean up tx buffer setup X-Git-Tag: v2.6.38-rc1~476^2~405^2^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b873afe83c81d9b1273a816bbdacb266f71a52;p=pandora-kernel.git ath9k: clean up tx buffer setup Merge ath_tx_send_normal and ath_tx_send_ht_normal. Move the paprd state initialization and sequence number assignment to reduce the number of redundant checks. This not only simplifies buffer allocation error handling, but also removes a small inconsistency in the buffer HT flag. This flag should only be set if the frame is also a QoS data frame. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed