// SPDX-License-Identifier: ISC /* * Copyright (c) 2014 Broadcom Corporation */ #ifndef _vendor_h_ #define _vendor_h_ #define BROADCOM_OUI … enum brcmf_vndr_cmds { … }; /** * enum brcmf_nlattrs - nl80211 message attributes * * @BRCMF_NLATTR_LEN: message body length * @BRCMF_NLATTR_DATA: message body */ enum brcmf_nlattrs { … }; /** * struct brcmf_vndr_dcmd_hdr - message header for cfg80211 vendor command dcmd * support * * @cmd: common dongle cmd definition * @len: length of expecting return buffer * @offset: offset of data buffer * @set: get or set request(optional) * @magic: magic number for verification */ struct brcmf_vndr_dcmd_hdr { … }; extern const struct wiphy_vendor_command brcmf_vendor_cmds[]; #endif /* _vendor_h_ */