aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>2019-10-14 15:48:32 +0800
committerPetr Štetiar <ynezz@true.cz>2019-11-30 00:53:36 +0100
commitca7f1ef575749e3e77961a86b00d9c5cbb9cab04 (patch)
tree005834fd09448687a730391a43c9683312038351
parent146eb4925c7f32650f38cb52139696a827051700 (diff)
downloadupstream-ca7f1ef575749e3e77961a86b00d9c5cbb9cab04.tar.gz
upstream-ca7f1ef575749e3e77961a86b00d9c5cbb9cab04.tar.bz2
upstream-ca7f1ef575749e3e77961a86b00d9c5cbb9cab04.zip
Revert "mt76: probe load mt7615 driver asynchronously"
This reverts commit 81764319637f ("mt76: probe load mt7615 driver asynchronously"). After said commit, users report that MT7615 no longer works on boot and they have to manually enable WiFi (via command "wifi") to make it working again. Fixes: FS#2546 Ref: https://forum.openwrt.org/t/xiaomi-r3p-no-wifi-on-boot/45509 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> [commit description facelift] Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--package/kernel/mt76/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index ce2bf8f14b..04c1761d88 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -144,7 +144,6 @@ define KernelPackage/mt7615e
DEPENDS+=@PCI_SUPPORT +kmod-mt76-core
FILES:=\
$(PKG_BUILD_DIR)/mt7615/mt7615e.ko
- MODPARAMS:=async_probe
AUTOLOAD:=$(call AutoProbe,mt7615e)
endef
n145'>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222