Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dinit.c779 if (ar->fw_otp != NULL) in ath6kl_fetch_otp_file()
791 ret = ath6kl_get_fw(ar, filename, &ar->fw_otp, in ath6kl_fetch_otp_file()
1007 ar->fw_otp = kmemdup(data, ie_len, GFP_KERNEL); in ath6kl_fetch_fw_apin()
1009 if (ar->fw_otp == NULL) { in ath6kl_fetch_fw_apin()
1288 if (ar->fw_otp == NULL) in ath6kl_upload_otp()
1296 ret = ath6kl_bmi_fast_download(ar, address, ar->fw_otp, in ath6kl_upload_otp()
Dcore.c345 kfree(ar->fw_otp); in ath6kl_core_cleanup()
Dcore.h815 u8 *fw_otp; member