diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-10-14 15:48:32 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-11-30 00:53:36 +0100 |
commit | ca7f1ef575749e3e77961a86b00d9c5cbb9cab04 (patch) | |
tree | 005834fd09448687a730391a43c9683312038351 /package/kernel/mt76 | |
parent | 146eb4925c7f32650f38cb52139696a827051700 (diff) | |
download | upstream-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>
Diffstat (limited to 'package/kernel/mt76')
-rw-r--r-- | package/kernel/mt76/Makefile | 1 |
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 |