Home
last modified time | relevance | path

Searched refs:fw_testscript (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c910 if (ar->fw_testscript != NULL) in ath6kl_fetch_testscript_file()
919 ret = ath6kl_get_fw(ar, filename, &ar->fw_testscript, in ath6kl_fetch_testscript_file()
1416 if (ar->fw_testscript == NULL) in ath6kl_upload_testscript()
1424 ret = ath6kl_bmi_write(ar, address, ar->fw_testscript, in ath6kl_upload_testscript()
H A Dcore.c353 kfree(ar->fw_testscript); in ath6kl_core_cleanup()
H A Dcore.h826 u8 *fw_testscript; member