NCI_PATCH_TYPE_OTP
if ((type == NCI_PATCH_TYPE_OTP && !info->otp_patch) ||
if (type == NCI_PATCH_TYPE_OTP)
r = fdp_nci_patch_cmd(ndev, NCI_PATCH_TYPE_OTP);
r = fdp_nci_send_patch(ndev, conn_id, NCI_PATCH_TYPE_OTP);