db90c243a0
This updates mac80211 to backports based on kernel 4.19-rc4. I plan to integrate all the patches which are in this tar into upstream backports soon. I used the backports generated from this code: https://github.com/hauke/backports/commits/wip2 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
344 B
Diff
11 lines
344 B
Diff
--- a/drivers/net/wireless/ath/ath10k/core.c
|
|
+++ b/drivers/net/wireless/ath/ath10k/core.c
|
|
@@ -943,7 +943,7 @@ static int ath10k_core_get_board_id_from
|
|
if (ret) {
|
|
ath10k_err(ar, "could not execute otp for board id check: %d\n",
|
|
ret);
|
|
- return ret;
|
|
+ return -EOPNOTSUPP;
|
|
}
|
|
|
|
board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP);
|