From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- 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