X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fwlan%2Fah_osdep.c;h=48b526cba1f756b7bbbd21db05e5e0d991cb4fa0;hb=6785b23ced4c3da96cd90f32af0207c0704734da;hp=dc1753bae3dd28d35014bc7ae841a8be33350080;hpb=e58fbe2efce3a9ae307c41765e5dd39882dff0f4;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/wlan/ah_osdep.c b/target_firmware/wlan/ah_osdep.c index dc1753b..48b526c 100755 --- a/target_firmware/wlan/ah_osdep.c +++ b/target_firmware/wlan/ah_osdep.c @@ -48,7 +48,6 @@ #include #include #include -#include #include "ah.h" #include @@ -71,12 +70,6 @@ _ath_hal_attach_tgt(a_uint32_t devid, HAL_SOFTC sc, return ah; } -void -ath_hal_detach(struct ath_hal *ah) -{ - (*ah->ah_detach)(ah); -} - extern void *global_hdl; /* @@ -135,12 +128,6 @@ ath_hal_free(void* p) adf_os_mem_free(p); } -void __ahdecl -ath_hal_memzero(void *dst, adf_os_size_t n) -{ - adf_os_mem_set(dst, 0, n); -} - void * __ahdecl ath_hal_memcpy(void *dst, const void *src, adf_os_size_t n) {