forked from Minki/linux
ath9k_hw: move clock definitions from hw.c to hw.h
These will be used by the ANI code next. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
4efc76bdbf
commit
7337725609
@ -23,11 +23,6 @@
|
||||
#include "rc.h"
|
||||
#include "ar9003_mac.h"
|
||||
|
||||
#define ATH9K_CLOCK_RATE_CCK 22
|
||||
#define ATH9K_CLOCK_RATE_5GHZ_OFDM 40
|
||||
#define ATH9K_CLOCK_RATE_2GHZ_OFDM 44
|
||||
#define ATH9K_CLOCK_FAST_RATE_5GHZ_OFDM 44
|
||||
|
||||
static bool ath9k_hw_set_reset_reg(struct ath_hw *ah, u32 type);
|
||||
|
||||
MODULE_AUTHOR("Atheros Communications");
|
||||
|
@ -938,4 +938,9 @@ void ar9003_hw_attach_ops(struct ath_hw *ah);
|
||||
#define ATH_PCIE_CAP_LINK_L0S 1
|
||||
#define ATH_PCIE_CAP_LINK_L1 2
|
||||
|
||||
#define ATH9K_CLOCK_RATE_CCK 22
|
||||
#define ATH9K_CLOCK_RATE_5GHZ_OFDM 40
|
||||
#define ATH9K_CLOCK_RATE_2GHZ_OFDM 44
|
||||
#define ATH9K_CLOCK_FAST_RATE_5GHZ_OFDM 44
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user