Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a39b6839 authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo
Browse files

Re-enable 8192eu support



Revert "rtl8xxxu: Temporarily disable 8192eu device init"

This reverts commit ccfe1e85.

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 46b37831
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3137,10 +3137,6 @@ static int rtl8192eu_parse_efuse(struct rtl8xxxu_priv *priv)
				 raw[i + 6], raw[i + 7]);
		}
	}
	/*
	 * Temporarily disable 8192eu support
	 */
	return -EINVAL;
	return 0;
}