From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 04 Jan 2024 10:08:02 +0000
Subject: [PATCH] disable FB

---
 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