|
@@ -112,15 +112,11 @@ struct brcmf_pub {
|
|
|
|
|
|
/* Internal brcmf items */
|
|
/* Internal brcmf items */
|
|
uint hdrlen; /* Total BRCMF header length (proto + bus) */
|
|
uint hdrlen; /* Total BRCMF header length (proto + bus) */
|
|
- uint rxsz; /* Rx buffer size bus module should use */
|
|
|
|
|
|
|
|
/* Dongle media info */
|
|
/* Dongle media info */
|
|
char fwver[BRCMF_DRIVER_FIRMWARE_VERSION_LEN];
|
|
char fwver[BRCMF_DRIVER_FIRMWARE_VERSION_LEN];
|
|
u8 mac[ETH_ALEN]; /* MAC address obtained from dongle */
|
|
u8 mac[ETH_ALEN]; /* MAC address obtained from dongle */
|
|
|
|
|
|
- /* Multicast data packets sent to dongle */
|
|
|
|
- unsigned long tx_multicast;
|
|
|
|
-
|
|
|
|
struct mac_address addresses[BRCMF_MAX_IFS];
|
|
struct mac_address addresses[BRCMF_MAX_IFS];
|
|
|
|
|
|
struct brcmf_if *iflist[BRCMF_MAX_IFS];
|
|
struct brcmf_if *iflist[BRCMF_MAX_IFS];
|