From 6788934e469fcc88170d6dd6f7da1103b63a7af3 Mon Sep 17 00:00:00 2001 From: sfwtw Date: Fri, 27 Jun 2025 10:36:29 +0800 Subject: [PATCH] quectel_MHI: revert: mhi_mbim_enabled Signed-off-by: sfwtw --- driver/quectel_MHI/src/devices/mhi_netdev_quectel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/quectel_MHI/src/devices/mhi_netdev_quectel.c b/driver/quectel_MHI/src/devices/mhi_netdev_quectel.c index f58f8d6..6cb8bfb 100644 --- a/driver/quectel_MHI/src/devices/mhi_netdev_quectel.c +++ b/driver/quectel_MHI/src/devices/mhi_netdev_quectel.c @@ -208,7 +208,7 @@ static void qmap_hex_dump(const char *tag, unsigned char *data, unsigned len) { #define MBIM_MUX_ID_SDX7X 112 //sdx7x is 112-126, others is 0-14 -static uint __read_mostly mhi_mbim_enabled = 1; +static uint __read_mostly mhi_mbim_enabled = 0; module_param(mhi_mbim_enabled, uint, S_IRUGO); int mhi_netdev_mbin_enabled(void) { return mhi_mbim_enabled; }