.. | .. |
---|
1 | 1 | /* |
---|
2 | | - * Marvell Wireless LAN device driver: management IE handling- setting and |
---|
| 2 | + * NXP Wireless LAN device driver: management IE handling- setting and |
---|
3 | 3 | * deleting IE. |
---|
4 | 4 | * |
---|
5 | | - * Copyright (C) 2012-2014, Marvell International Ltd. |
---|
| 5 | + * Copyright 2011-2020 NXP |
---|
6 | 6 | * |
---|
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 |
---|
9 | 9 | * (the "License"). You may use, redistribute and/or modify this File in |
---|
10 | 10 | * accordance with the terms and conditions of the License, a copy of which |
---|
11 | 11 | * is available by writing to the Free Software Foundation, Inc., |
---|
.. | .. |
---|
374 | 374 | (const u8 *)hdr, |
---|
375 | 375 | token_len)) |
---|
376 | 376 | break; |
---|
| 377 | + fallthrough; |
---|
377 | 378 | default: |
---|
378 | 379 | if (ie_len + token_len > IEEE_MAX_IE_SIZE) { |
---|
379 | 380 | err = -EINVAL; |
---|