X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fwlan%2Fif_ath_pci.c;fp=target_firmware%2Fwlan%2Fif_ath_pci.c;h=320e29eb897bd18d543a52237fcd996eee71a0ae;hb=c06dc848b4a3dac917b04ee44e683c79da842d2c;hp=038f915f3947e3db1ee1f97121109470a78fac9f;hpb=c30e72a24c590aa63afc67fcee0738876a1e9703;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/wlan/if_ath_pci.c b/target_firmware/wlan/if_ath_pci.c index 038f915..320e29e 100755 --- a/target_firmware/wlan/if_ath_pci.c +++ b/target_firmware/wlan/if_ath_pci.c @@ -113,7 +113,6 @@ static adf_os_pci_dev_id_t ath_pci_id_table[] = { }; #endif -void bus_read_cachesize(struct ath_softc *sc, a_uint8_t *csz); void exit_ath_pci(void); a_int32_t init_ath_pci(void); @@ -175,12 +174,6 @@ ath_pci_resume(adf_drv_handle_t hdl) { } -void -bus_read_cachesize(struct ath_softc *sc, a_uint8_t *csz) -{ - *csz = adf_os_cache_line_size(); -} - static adf_drv_info_t ath_drv_info = adf_os_pci_set_drv_info(ath_pci_tgt,&ath_pci_id_table[0], ath_pci_probe, ath_pci_remove, ath_pci_suspend, ath_pci_resume); a_int32_t