commit | 82b873afe83c81d9b1273a816bbdacb266f71a52 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Nov 11 03:18:37 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 16 16:37:08 2010 -0500 |
tree | cbe6e4032c45774b5fb53a189c0665abdd1b2eb4 | |
parent | 61117f01e79f7c0da86c23535bed757370f5885f [diff] |
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 <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>