Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dinit.c690 if (ar->fw_otp != NULL) in ath6kl_fetch_otp_file()
702 ret = ath6kl_get_fw(ar, filename, &ar->fw_otp, in ath6kl_fetch_otp_file()
910 ar->fw_otp = kmemdup(data, ie_len, GFP_KERNEL); in ath6kl_fetch_fw_apin()
912 if (ar->fw_otp == NULL) { in ath6kl_fetch_fw_apin()
1166 if (ar->fw_otp == NULL) in ath6kl_upload_otp()
1174 ret = ath6kl_bmi_fast_download(ar, address, ar->fw_otp, in ath6kl_upload_otp()
Dcore.c282 kfree(ar->fw_otp); in ath6kl_core_cleanup()
Dcore.h676 u8 *fw_otp; member