Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351819
b: refs/heads/master
c: 88d1239
h: refs/heads/master
i:
  351817: 3a9793f
  351815: dc382f4
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Jan 7, 2013
1 parent 74b4af6 commit 30b1a07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80fd2dbee00edcd19fb8c04a12dbeefc55533f2e
refs/heads/master: 88d1239a1b9713cd505314fe9a1031c775b3eb3c
24 changes: 0 additions & 24 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/dhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,33 +481,14 @@ struct brcmf_pub {
unsigned long drv_version; /* Version of dongle-resident driver */
u8 mac[ETH_ALEN]; /* MAC address obtained from dongle */

/* Additional stats for the bus level */

/* Multicast data packets sent to dongle */
unsigned long tx_multicast;
/* Packets flushed due to unscheduled sendup thread */
unsigned long rx_flushed;
/* Number of times dpc scheduled by watchdog timer */
unsigned long wd_dpc_sched;

/* Number of flow control pkts recvd */
unsigned long fc_packets;

/* Last error return */
int bcmerror;

/* Suspend disable flag flag */
int suspend_disable_flag; /* "1" to disable all extra powersaving
during suspend */
int in_suspend; /* flag set to 1 when early suspend called */
int dtim_skip; /* dtim skip , default 0 means wake each dtim */

struct brcmf_if *iflist[BRCMF_MAX_IFS];

struct mutex proto_block;
unsigned char proto_buf[BRCMF_DCMD_MAXLEN];

u8 macvalue[ETH_ALEN];
atomic_t pend_8021x_cnt;
wait_queue_head_t pend_8021x_wait;

Expand Down Expand Up @@ -550,11 +531,6 @@ struct brcmf_if {
u8 mac_addr[ETH_ALEN];
};

static inline s32 brcmf_ndev_bssidx(struct net_device *ndev)
{
struct brcmf_if *ifp = netdev_priv(ndev);
return ifp->bssidx;
}

extern int brcmf_netdev_wait_pend8021x(struct net_device *ndev);

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/dhd_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ struct brcmf_proto_bdc_header {

struct brcmf_proto {
u16 reqid;
u8 pending;
u32 lastcmd;
u8 bus_header[BUS_HEADER_LEN];
struct brcmf_proto_cdc_dcmd msg;
unsigned char buf[BRCMF_DCMD_MAXLEN + ROUND_UP_MARGIN];
Expand Down

0 comments on commit 30b1a07

Please sign in to comment.