From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 11 May 2024 08:53:19 +0000
Subject: [PATCH] change otg to host mode

---
 kernel/drivers/net/wimax/i2400m/control.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/kernel/drivers/net/wimax/i2400m/control.c b/kernel/drivers/net/wimax/i2400m/control.c
index ef298d8..8df9875 100644
--- a/kernel/drivers/net/wimax/i2400m/control.c
+++ b/kernel/drivers/net/wimax/i2400m/control.c
@@ -352,6 +352,7 @@
 
 	case I2400M_SS_IDLE:
 		d_printf(1, dev, "entering BS-negotiated idle mode\n");
+		fallthrough;
 	case I2400M_SS_DISCONNECTING:
 	case I2400M_SS_DATA_PATH_CONNECTED:
 		wimax_state_change(wimax_dev, WIMAX_ST_CONNECTED);
@@ -654,8 +655,6 @@
  * i2400m_msg_to_dev - Send a control message to the device and get a response
  *
  * @i2400m: device descriptor
- *
- * @msg_skb: an skb  *
  *
  * @buf: pointer to the buffer containing the message to be sent; it
  *           has to start with a &struct i2400M_l3l4_hdr and then

--
Gitblit v1.6.2