remove ar5416GetRxDP
[open-ath9k-htc-firmware.git] / target_firmware / wlan / ar5416_hw.c
index c3e08ea609cded18744223b8c018c97a7d67aa3c..23ca4937a047e1d68a457d8df9e0face3ca3b89d 100644 (file)
@@ -69,7 +69,6 @@ static const struct ath_hal_private ar5416hal_10 = {{
                .ah_setRxFilter         = ar5416SetRxFilter,
 
                /* RX Functions */
-               .ah_getRxDP             = ar5416GetRxDP,
                .ah_setRxDP             = ar5416SetRxDP,
                .ah_stopDmaReceive      = ar5416StopDmaReceive,
                .ah_enableReceive       = ar5416EnableReceive,
@@ -300,13 +299,6 @@ u_int64_t ar5416GetTsf64(struct ath_hal *ah)
 /******/
 /* RX */
 /******/
-
-a_uint32_t ar5416GetRxDP(struct ath_hal *ath)
-{
-       return OS_REG_READ(ath, AR_RXDP);
-}
-
-
 void ar5416SetRxDP(struct ath_hal *ah, a_uint32_t rxdp)
 {
        OS_REG_WRITE(ah, AR_RXDP, rxdp);