X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath%2Fif_ath_hal_wrappers.h;h=0b35741a4c1df8b736ccc62e00a6cc3de6c988a5;hb=f83c3d758e024e717c77c03b6f2f8ceccff0f004;hp=6ee8def00fa81a81964def2829cab5b803caa66d;hpb=c04bc3e3948aa0a7262f322fd14a4b0ee346146d;p=madwifi%2F.git diff --git a/ath/if_ath_hal_wrappers.h b/ath/if_ath_hal_wrappers.h index 6ee8def..0b35741 100644 --- a/ath/if_ath_hal_wrappers.h +++ b/ath/if_ath_hal_wrappers.h @@ -241,26 +241,11 @@ static inline HAL_BOOL ath_hal_settsfadjust(struct ath_hal *ah, u_int32_t v) return (ath_hal_setcapability(ah, HAL_CAP_TSF_ADJUST, 1, v, NULL)); } -static inline HAL_BOOL ath_hal_xrsupported(struct ath_hal *ah) -{ - return ath_hal_getcapability(ah, HAL_CAP_XR, 0, NULL) == HAL_OK; -} - static inline HAL_BOOL ath_hal_wmetkipmic(struct ath_hal *ah) { return (ath_hal_getcapability(ah, HAL_CAP_WME_TKIPMIC, 0, NULL) == HAL_OK); } -static inline HAL_BOOL ath_hal_halfrate_chansupported(struct ath_hal *ah) -{ - return (ath_hal_getcapability(ah, HAL_CAP_CHAN_HALFRATE, 0, NULL) == HAL_OK); -} - -static inline HAL_BOOL ath_hal_quarterrate_chansupported(struct ath_hal *ah) -{ - return (ath_hal_getcapability(ah, HAL_CAP_CHAN_QUARTERRATE, 0, NULL) == HAL_OK); -} - static inline HAL_BOOL ath_hal_hasrfsilent(struct ath_hal *ah) { return (ath_hal_getcapability(ah, HAL_CAP_RFSILENT, 0, NULL) == HAL_OK);