summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-23 20:57:33 +0100
committerJohn W. Linville <linville@tuxdriver.com>2011-03-30 14:15:21 -0400
commit83860c594f65945b1a2c99e84338e1145cd34890 (patch)
tree6dd405215e9a3fb63be0d2d368578cf11aece998 /drivers/net/wireless/ath/ath9k/hw.h
parent340d0ea774d4ff0038a068e14340b59c5a1fce2c (diff)
downloadlwn-83860c594f65945b1a2c99e84338e1145cd34890.tar.gz
lwn-83860c594f65945b1a2c99e84338e1145cd34890.zip
ath9k_hw: remove pCap->tx_triglevel_max
It has the same purpose (and value) as ah->config.max_txtrig_level Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index a0243b810a04..4cc320bdf0aa 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -197,7 +197,6 @@ struct ath9k_hw_capabilities {
u8 rx_chainmask;
u8 max_txchains;
u8 max_rxchains;
- u16 tx_triglevel_max;
u8 num_gpio_pins;
u8 rx_hp_qdepth;
u8 rx_lp_qdepth;