Remove trailing whitespace in the code different from DFS branch
[madwifi/.git] / ath / if_ath_hal_wrappers.h
index 6ee8def00fa81a81964def2829cab5b803caa66d..0b35741a4c1df8b736ccc62e00a6cc3de6c988a5 100644 (file)
@@ -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);