Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
Dinit.c789 if (ar->fw_otp != NULL) in ath6kl_fetch_otp_file()
801 ret = ath6kl_get_fw(ar, filename, &ar->fw_otp, in ath6kl_fetch_otp_file()
1028 ar->fw_otp = kmemdup(data, ie_len, GFP_KERNEL); in ath6kl_fetch_fw_apin()
1030 if (ar->fw_otp == NULL) { in ath6kl_fetch_fw_apin()
1312 if (ar->fw_otp == NULL) in ath6kl_upload_otp()
1320 ret = ath6kl_bmi_fast_download(ar, address, ar->fw_otp, in ath6kl_upload_otp()
Dcore.c350 kfree(ar->fw_otp); in ath6kl_core_cleanup()
Dcore.h817 u8 *fw_otp; member