diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-08 16:13:51 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-11 15:04:19 -0400 |
commit | dfdac8ac033c9ad048a5c68563bd41bda6c5e60b (patch) | |
tree | fa8b5c6b3e0cd6237f646ef5bcafd7272d7262c6 /drivers/net/wireless/ath/ath.h | |
parent | 62c58fb4316905cd9c1dbf01967935ed5610b45d (diff) |
ath9k_hw: store the clock rate in common data on channel changes
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index cee0191704f5..b36d9d770ff1 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h | |||
@@ -145,6 +145,8 @@ struct ath_common { | |||
145 | DECLARE_BITMAP(tkip_keymap, ATH_KEYMAX); | 145 | DECLARE_BITMAP(tkip_keymap, ATH_KEYMAX); |
146 | enum ath_crypt_caps crypt_caps; | 146 | enum ath_crypt_caps crypt_caps; |
147 | 147 | ||
148 | unsigned int clockrate; | ||
149 | |||
148 | struct ath_regulatory regulatory; | 150 | struct ath_regulatory regulatory; |
149 | const struct ath_ops *ops; | 151 | const struct ath_ops *ops; |
150 | const struct ath_bus_ops *bus_ops; | 152 | const struct ath_bus_ops *bus_ops; |