diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-23 22:57:30 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-30 22:15:20 +0400 |
commit | c429bdcf8fe033f04830a960e07c13a01f631499 (patch) | |
tree | 3502807e2dbb2ca77a612f6f5e65d1b88e23ba1c /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 0db156e9648e69c34e8e88328358a26611fd71e3 (diff) | |
download | linux-c429bdcf8fe033f04830a960e07c13a01f631499.tar.xz |
ath9k_hw: remove pCap->reg_cap
It is not used anywhere and seems pointless
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.h | 1 |
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 7bbf7015af13..a255f9a0a698 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -200,7 +200,6 @@ struct ath9k_hw_capabilities { u8 max_txchains; u8 max_rxchains; u16 tx_triglevel_max; - u16 reg_cap; u8 num_gpio_pins; u8 rx_hp_qdepth; u8 rx_lp_qdepth; |