diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-09 00:13:51 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-11 23:04:19 +0400 |
commit | dfdac8ac033c9ad048a5c68563bd41bda6c5e60b (patch) | |
tree | fa8b5c6b3e0cd6237f646ef5bcafd7272d7262c6 /drivers/net/wireless/ath/ath.h | |
parent | 62c58fb4316905cd9c1dbf01967935ed5610b45d (diff) | |
download | linux-dfdac8ac033c9ad048a5c68563bd41bda6c5e60b.tar.xz |
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 { DECLARE_BITMAP(tkip_keymap, ATH_KEYMAX); enum ath_crypt_caps crypt_caps; + unsigned int clockrate; + struct ath_regulatory regulatory; const struct ath_ops *ops; const struct ath_bus_ops *bus_ops; |