hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/wireless/atmel/at76c50x-usb.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (c) 2002,2003 Oliver Kurth
34 * (c) 2003,2004 Joerg Albert <joerg.albert@gmx.de>
45 * (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.
106 *
117 * This driver was based on information from the Sourceforge driver
128 * released and maintained by Atmel:
....@@ -155,7 +151,7 @@
155151 u8 cmd;
156152 u8 reserved;
157153 __le16 size;
158
- u8 data[0];
154
+ u8 data[];
159155 } __packed;
160156
161157 /* Length of Atmel-specific Rx header before 802.11 frame */