// SPDX-License-Identifier: ISC /* * Copyright (c) 2014 Broadcom Corporation */ #include <linux/vmalloc.h> #include <net/cfg80211.h> #include <net/netlink.h> #include <brcmu_wifi.h> #include "fwil_types.h" #include "core.h" #include "p2p.h" #include "debug.h" #include "cfg80211.h" #include "vendor.h" #include "fwil.h" static int brcmf_cfg80211_vndr_cmds_dcmd_handler(struct wiphy *wiphy, struct wireless_dev *wdev, const void *data, int len) { … } const struct wiphy_vendor_command brcmf_vendor_cmds[] = …;