| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * WSM host interface (HI) interface for ST-Ericsson CW1200 mac80211 drivers |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * Based on CW1200 UMAC WSM API, which is |
|---|
| 8 | 9 | * Copyright (C) ST-Ericsson SA 2010 |
|---|
| 9 | 10 | * Author: Stewart Mathers <stewart.mathers@stericsson.com> |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 13 | | - * published by the Free Software Foundation. |
|---|
| 14 | 11 | */ |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | #ifndef CW1200_WSM_H_INCLUDED |
|---|
| .. | .. |
|---|
| 1626 | 1623 | u8 local_devname[D11_MAX_SSID_LEN]; |
|---|
| 1627 | 1624 | u8 reserved2[3]; |
|---|
| 1628 | 1625 | u8 num_secdev_supported; |
|---|
| 1629 | | - struct wsm_p2p_device_type secdevs[0]; |
|---|
| 1626 | + struct wsm_p2p_device_type secdevs[]; |
|---|
| 1630 | 1627 | } __packed; |
|---|
| 1631 | 1628 | |
|---|
| 1632 | 1629 | /* 4.36 SetWCDMABand - WO */ |
|---|