commit | 04caf863750bc7e042d1e8d57e5ce9d6326ab435 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Nov 14 15:20:12 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 17 16:19:27 2010 -0500 |
tree | ac98c29809ce992bbd22a34b0f52be4abe35bde0 | |
parent | 71a3bf3e94b745467fc4c3451a294910f0369555 [diff] |
ath9k: more tx setup cleanups - remove the BUF_HT flag, and instead check for IEEE80211_TX_CTL_AMPDU before calling ath_tx_send_ampdu. - remove a few unused variables - calculate frame length before adding the frame padding - merge the misnamed ath_tx_start_dma function into ath_tx_start - remove an unused argument for assign_aggr_tid_seqno Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>