I missed committing this last time - it's needed for the 5ghz fast clock calculation.
This commit is contained in:
parent
31a1169186
commit
f90a170c46
@ -796,4 +796,10 @@ extern HAL_BOOL ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax,
|
||||
extern int16_t ath_ee_interpolate(uint16_t target, uint16_t srcLeft,
|
||||
uint16_t srcRight, int16_t targetLeft, int16_t targetRight);
|
||||
|
||||
/* Whether 5ghz fast clock is needed for Merlin and later */
|
||||
#define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \
|
||||
(IEEE80211_IS_CHAN_5GHZ(_c) && \
|
||||
ath_hal_eepromGetFlag(ah, AR_EEP_FSTCLK_5G))
|
||||
|
||||
|
||||
#endif /* _ATH_AH_INTERAL_H_ */
|
||||
|
@ -133,10 +133,6 @@ extern void ar5416Detach(struct ath_hal *ah);
|
||||
extern void ar5416AttachPCIE(struct ath_hal *ah);
|
||||
extern HAL_BOOL ar5416FillCapabilityInfo(struct ath_hal *ah);
|
||||
|
||||
#define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \
|
||||
(IEEE80211_IS_CHAN_5GHZ(_c) && \
|
||||
ath_hal_eepromGetFlag(ah, AR_EEP_FSTCLK_5G))
|
||||
|
||||
extern void ar5416AniAttach(struct ath_hal *, const struct ar5212AniParams *,
|
||||
const struct ar5212AniParams *, HAL_BOOL ena);
|
||||
extern void ar5416AniDetach(struct ath_hal *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user