Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268631
b: refs/heads/master
c: 7983a5a
h: refs/heads/master
i:
  268629: d220e19
  268627: 330a363
  268623: e1d79cc
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Oct 3, 2011
1 parent 432c3f2 commit 0979225
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 3e8eda4447d2c89bcc197f708dd09c18dce4b8ae
refs/heads/master: 7983a5a7ff1a529a0317b8cdd9c6fab825554a7d
2 changes: 0 additions & 2 deletions trunk/drivers/staging/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3358,8 +3358,6 @@ void brcms_c_init_scb(struct scb *scb)

scb->seqctl_nonqos = 0xFFFF;
scb->magic = SCB_MAGIC;
brcmu_pktq_init(&scb->scb_ampdu.txq, AMPDU_MAX_SCB_TID,
AMPDU_MAX_SCB_TID * PKTQ_LEN_DEFAULT);
}

/* d11 core init
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/scb.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ struct scb_ampdu {
u8 release; /* # of mpdus released at a time */
u16 min_len; /* min mpdu len to support the density */
u32 max_rx_ampdu_bytes; /* max ampdu rcv length; 8k, 16k, 32k, 64k */
struct pktq txq; /* sdu transmit queue pending aggregation */

/*
* This could easily be a ini[] pointer and we keep this info in wl
Expand Down

0 comments on commit 0979225

Please sign in to comment.