ath9k: clean up code duplication around ath_tx_start
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Nov 2010 14:20:10 +0000 (15:20 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 17 Nov 2010 21:19:23 +0000 (16:19 -0500)
commit28d167086227969fd6586953ee4ac682a3c394ff
treef4dc62f175cc3b934aeadb72375967aba27937bd
parentc5992618259598ade82c386aa1595bf105e92d1f
ath9k: clean up code duplication around ath_tx_start

Merge initial processing for the CAB queue and regular tx.
Also move ath_tx_cabq() to beacon.c and make it static.

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/beacon.c
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c