Searched defs:brcmf_pub (Results 1 – 1 of 1) sorted by relevance
104 struct brcmf_pub { struct106 struct brcmf_bus *bus_if;107 struct brcmf_proto *proto;108 struct brcmf_cfg80211_info *config;111 uint hdrlen; /* Total BRCMF header length (proto + bus) */112 uint rxsz; /* Rx buffer size bus module should use */115 char fwver[BRCMF_DRIVER_FIRMWARE_VERSION_LEN];116 u8 mac[ETH_ALEN]; /* MAC address obtained from dongle */119 unsigned long tx_multicast;121 struct brcmf_if *iflist[BRCMF_MAX_IFS];[all …]