.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2002,2003 Oliver Kurth |
---|
3 | 4 | * (c) 2003,2004 Joerg Albert <joerg.albert@gmx.de> |
---|
4 | 5 | * (c) 2007 Guido Guenther <agx@sigxcpu.org> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or |
---|
7 | | - * modify it under the terms of the GNU General Public License as |
---|
8 | | - * published by the Free Software Foundation; either version 2 of |
---|
9 | | - * the License, or (at your option) any later version. |
---|
10 | 6 | * |
---|
11 | 7 | * This driver was based on information from the Sourceforge driver |
---|
12 | 8 | * released and maintained by Atmel: |
---|
.. | .. |
---|
155 | 151 | u8 cmd; |
---|
156 | 152 | u8 reserved; |
---|
157 | 153 | __le16 size; |
---|
158 | | - u8 data[0]; |
---|
| 154 | + u8 data[]; |
---|
159 | 155 | } __packed; |
---|
160 | 156 | |
---|
161 | 157 | /* Length of Atmel-specific Rx header before 802.11 frame */ |
---|