.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* hermes.h |
---|
2 | 3 | * |
---|
3 | 4 | * Driver core for the "Hermes" wireless MAC controller, as used in |
---|
.. | .. |
---|
17 | 18 | * |
---|
18 | 19 | * Portions taken from hfa384x.h. |
---|
19 | 20 | * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. |
---|
20 | | - * |
---|
21 | | - * This file distributed under the GPL, version 2. |
---|
22 | 21 | */ |
---|
23 | 22 | |
---|
24 | 23 | #ifndef _HERMES_H |
---|
.. | .. |
---|
342 | 341 | __le64 timestamp; |
---|
343 | 342 | __le16 beacon_interval; |
---|
344 | 343 | __le16 capabilities; |
---|
345 | | - u8 data[0]; |
---|
| 344 | + u8 data[]; |
---|
346 | 345 | } __packed; |
---|
347 | 346 | |
---|
348 | 347 | #define HERMES_LINKSTATUS_NOT_CONNECTED (0x0000) |
---|