diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-11-04 12:11:34 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-11 17:09:07 -0500 |
commit | cc861f7468724e66567baf087b4e413e91b18150 (patch) | |
tree | 317cfe881552a8b2bc79fa18845e64fba76b459c /drivers/net/wireless/ath/ath.h | |
parent | 0a45da765e4bf5e8a7705266fa36e0f44787b0a1 (diff) |
ath: move the rx bufsize to common to share with ath5k/ath9k
This will also be used by ath9k_htc.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
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 b3c8ee08bb7c..4af13628bafe 100644 --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h | |||
@@ -87,6 +87,8 @@ struct ath_common { | |||
87 | u8 tx_chainmask; | 87 | u8 tx_chainmask; |
88 | u8 rx_chainmask; | 88 | u8 rx_chainmask; |
89 | 89 | ||
90 | u32 rx_bufsize; | ||
91 | |||
90 | struct ath_regulatory regulatory; | 92 | struct ath_regulatory regulatory; |
91 | const struct ath_ops *ops; | 93 | const struct ath_ops *ops; |
92 | const struct ath_bus_ops *bus_ops; | 94 | const struct ath_bus_ops *bus_ops; |