ath9k: more tx setup cleanups
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Nov 2010 14:20:12 +0000 (15:20 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 17 Nov 2010 21:19:27 +0000 (16:19 -0500)
commit04caf863750bc7e042d1e8d57e5ce9d6326ab435
treeac98c29809ce992bbd22a34b0f52be4abe35bde0
parent71a3bf3e94b745467fc4c3451a294910f0369555
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>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/xmit.c