X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fwlan%2Far5416_hw.c;h=b52c39df10aa92974d5d0f09cb1b2fc4d460ff10;hb=bd296f0c9f4e3b8517895f506d1d71336773ec1a;hp=0f1cddae5d9f8d058e8ef96437e6bb51650766a3;hpb=6d46e6f26898e6f2b6b250082a18fdb803c1d513;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/wlan/ar5416_hw.c b/target_firmware/wlan/ar5416_hw.c index 0f1cdda..b52c39d 100644 --- a/target_firmware/wlan/ar5416_hw.c +++ b/target_firmware/wlan/ar5416_hw.c @@ -292,12 +292,6 @@ void ar5416SetRxDP(struct ath_hal *ah, a_uint32_t rxdp) HALASSERT(OS_REG_READ(ah, AR_RXDP) == rxdp); } -void ar5416SetMulticastFilter(struct ath_hal *ah, a_uint32_t filter0, a_uint32_t filter1) -{ - OS_REG_WRITE(ah, AR_MCAST_FIL0, filter0); - OS_REG_WRITE(ah, AR_MCAST_FIL1, filter1); -} - HAL_BOOL ar5416StopDmaReceive(struct ath_hal *ah) { OS_REG_WRITE(ah, AR_CR, AR_CR_RXD); /* Set receive disable bit */