Skip to content

Commit 6788934

Browse files
committed
quectel_MHI: revert: mhi_mbim_enabled
Signed-off-by: sfwtw <wtw@cr.cx>
1 parent a631b62 commit 6788934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/quectel_MHI/src/devices/mhi_netdev_quectel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ static void qmap_hex_dump(const char *tag, unsigned char *data, unsigned len) {
208208

209209
#define MBIM_MUX_ID_SDX7X 112 //sdx7x is 112-126, others is 0-14
210210

211-
static uint __read_mostly mhi_mbim_enabled = 1;
211+
static uint __read_mostly mhi_mbim_enabled = 0;
212212
module_param(mhi_mbim_enabled, uint, S_IRUGO);
213213
int mhi_netdev_mbin_enabled(void) { return mhi_mbim_enabled; }
214214

0 commit comments

Comments
 (0)