From 0e1cc743d77412738754d476fdd1c5183800c95b Mon Sep 17 00:00:00 2001
From: Dark4MD <github.web@manu.li>
Date: Sat, 4 Jan 2020 22:39:00 +0100
Subject: [PATCH] ramips-mt7620: remove broken flag for Xiaomi MiWifi Mini

WiFi driver is stable now.
---
 docs/user/supported_devices.rst | 4 ++++
 targets/ramips-mt7620           | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst
index 508d6f5a2..c781e6169 100644
--- a/docs/user/supported_devices.rst
+++ b/docs/user/supported_devices.rst
@@ -300,6 +300,10 @@ ramips-mt7620
 
   - WT3020AD/F/H
 
+# Xiaomi
+
+  - MiWiFi Mini
+
 ramips-mt7621
 -------------
 
diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620
index 8aa005f14..7236657be 100644
--- a/targets/ramips-mt7620
+++ b/targets/ramips-mt7620
@@ -36,5 +36,4 @@ device('nexx-wt3020-8m', 'wt3020-8M', {
 
 device('xiaomi-miwifi-mini', 'miwifi-mini', {
 	factory = false,
-	broken = true, -- 2.4GHz WiFi is unstable
 })
-- 
GitLab