diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-08 20:06:21 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-10-11 22:41:27 +0200 |
commit | cd2ea0df6892893c9a47b55f37a4d73736221a39 (patch) | |
tree | b0a51284d6c607cd482d5952b7f6c5a84392a3c5 /drivers/net/wireless/ath/ath.h | |
parent | ath9k_hw: clean up tx power handling (diff) | |
download | linux-cd2ea0df6892893c9a47b55f37a4d73736221a39.tar.xz linux-cd2ea0df6892893c9a47b55f37a4d73736221a39.zip |
ath: remove ath_regulatory::current_rd_ext
It is unused since the previous dead code that was using it had been
removed earlier.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath.h')
-rw-r--r-- | drivers/net/wireless/ath/ath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index bb71b4f27a9b..908fdbc3e0ee 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h @@ -72,7 +72,6 @@ struct ath_regulatory { u16 country_code; u16 max_power_level; u16 current_rd; - u16 current_rd_ext; int16_t power_limit; struct reg_dmn_pair_mapping *regpair; }; |