]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Remove redundant data structure ath9k_txq_info
authorSujith <Sujith.Manoharan@atheros.com>
Thu, 7 Aug 2008 05:23:10 +0000 (10:53 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 7 Aug 2008 13:49:43 +0000 (09:49 -0400)
commit4ff1d37111118532e894ca0fd7db8d78d2feba3c
treead170c08ef7cd13e638c26fc45e59d38aca46cf9
parent5dc1094bb90b462737eb6504bc181433b6797c22
ath9k: Remove redundant data structure ath9k_txq_info

Use ath9k_tx_queue_info which contains the same elements,
and merge get/set functions of tx queue properties.
Also, fix whitespace damage in struct ath_softc.

Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/ath9k.h
drivers/net/wireless/ath9k/beacon.c
drivers/net/wireless/ath9k/core.h
drivers/net/wireless/ath9k/hw.c
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/ath9k/xmit.c