Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dinit.c780 if (ar->fw_otp != NULL) in ath6kl_fetch_otp_file()
792 ret = ath6kl_get_fw(ar, filename, &ar->fw_otp, in ath6kl_fetch_otp_file()
1008 ar->fw_otp = kmemdup(data, ie_len, GFP_KERNEL); in ath6kl_fetch_fw_apin()
1010 if (ar->fw_otp == NULL) { in ath6kl_fetch_fw_apin()
1289 if (ar->fw_otp == NULL) in ath6kl_upload_otp()
1297 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.h817 u8 *fw_otp; member