.. | .. |
---|
352 | 352 | |
---|
353 | 353 | case I2400M_SS_IDLE: |
---|
354 | 354 | d_printf(1, dev, "entering BS-negotiated idle mode\n"); |
---|
| 355 | + fallthrough; |
---|
355 | 356 | case I2400M_SS_DISCONNECTING: |
---|
356 | 357 | case I2400M_SS_DATA_PATH_CONNECTED: |
---|
357 | 358 | wimax_state_change(wimax_dev, WIMAX_ST_CONNECTED); |
---|
.. | .. |
---|
654 | 655 | * i2400m_msg_to_dev - Send a control message to the device and get a response |
---|
655 | 656 | * |
---|
656 | 657 | * @i2400m: device descriptor |
---|
657 | | - * |
---|
658 | | - * @msg_skb: an skb * |
---|
659 | 658 | * |
---|
660 | 659 | * @buf: pointer to the buffer containing the message to be sent; it |
---|
661 | 660 | * has to start with a &struct i2400M_l3l4_hdr and then |
---|