hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/wireless/marvell/mwifiex/ie.c
....@@ -1,11 +1,11 @@
11 /*
2
- * Marvell Wireless LAN device driver: management IE handling- setting and
2
+ * NXP Wireless LAN device driver: management IE handling- setting and
33 * deleting IE.
44 *
5
- * Copyright (C) 2012-2014, Marvell International Ltd.
5
+ * Copyright 2011-2020 NXP
66 *
7
- * This software file (the "File") is distributed by Marvell International
8
- * Ltd. under the terms of the GNU General Public License Version 2, June 1991
7
+ * This software file (the "File") is distributed by NXP
8
+ * under the terms of the GNU General Public License Version 2, June 1991
99 * (the "License"). You may use, redistribute and/or modify this File in
1010 * accordance with the terms and conditions of the License, a copy of which
1111 * is available by writing to the Free Software Foundation, Inc.,
....@@ -374,6 +374,7 @@
374374 (const u8 *)hdr,
375375 token_len))
376376 break;
377
+ fallthrough;
377378 default:
378379 if (ie_len + token_len > IEEE_MAX_IE_SIZE) {
379380 err = -EINVAL;