<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<small>From d637fc78e444c81392a3f59cd0d9a3b955960966 Mon Sep 17
00:00:00 2001<br>
From: Adrian Panella <a class="moz-txt-link-rfc2396E" href="mailto:ianchi74@outlook.com"><ianchi74@outlook.com></a><br>
Date: Mon, 28 Mar 2016 02:23:03 -0600<br>
Subject: [PATCH 3/8] ath10k: ignore otp check<br>
<br>
Patchs otp check in ath10k<br>
<br>
---<br>
.../mac80211/patches/940-ath10k_ignore_otp_check | 14 +++++<br>
1 files changed, 14 insertions(+)<br>
create mode 100644
package/kernel/mac80211/patches/940-ath10k_ignore_otp_check<br>
<br>
diff --git
a/package/kernel/mac80211/patches/940-ath10k_ignore_otp_check
b/package/kernel/mac80211/patches/940-ath10k_ignore_otp_check<br>
new file mode 100644<br>
index 0000000..40cf11a<br>
--- /dev/null<br>
+++ b/package/kernel/mac80211/patches/940-ath10k_ignore_otp_check<br>
@@ -0,0 +1,14 @@<br>
+--- a/drivers/net/wireless/ath/ath10k/core.c<br>
++++ b/drivers/net/wireless/ath/ath10k/core.c<br>
+@@ -1800,9 +1800,8 @@ static int ath10k_core_probe_fw(struct a<br>
+ <br>
+ ret = ath10k_core_get_board_id_from_otp(ar);<br>
+ if (ret && ret != -EOPNOTSUPP) {<br>
+- ath10k_err(ar, "failed to get board id from otp: %d\n",<br>
++ ath10k_err(ar, "failed to get board id from otp: %d,
ignored\n",<br>
+ ret);<br>
+- return ret;<br>
+ }<br>
+ <br>
+ ret = ath10k_core_fetch_board_file(ar);<br>
-- <br>
1.9.1<br>
<br>
<br>
</small>
</body>
</html>