mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[mac80211]: fix typo
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41762 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
ath10k_dbg(ATH10K_DBG_BOOT, "boot otp execute result %d\n", result);
|
||||
|
||||
- if (result != 0) {
|
||||
+ if (result = 2) {
|
||||
+ if (result == 2) {
|
||||
+ ath10k_warn("otp stream is empty, using board.bin contents");
|
||||
+ return 0;
|
||||
+ } else if (result != 0) {
|
||||
|
||||
Reference in New Issue
Block a user