Searched defs:brcmf_pub (Results 1 – 1 of 1) sorted by relevance
106 struct brcmf_pub { struct108 struct brcmf_bus *bus_if;109 struct brcmf_proto *proto;110 struct wiphy *wiphy;111 struct brcmf_cfg80211_info *config;114 uint hdrlen; /* Total BRCMF header length (proto + bus) */117 char fwver[BRCMF_DRIVER_FIRMWARE_VERSION_LEN];118 u8 mac[ETH_ALEN]; /* MAC address obtained from dongle */120 struct mac_address addresses[BRCMF_MAX_IFS];122 struct brcmf_if *iflist[BRCMF_MAX_IFS];[all …]