Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220041
b: refs/heads/master
c: 8518a9e
h: refs/heads/master
i:
  220039: ce4a35b
v: v3
  • Loading branch information
Henry Ptasinski authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent 467fbdc commit 177d534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 47127f34e7478ef369b2f14d820a375e368deb5b
refs/heads/master: 8518a9e2b013bdb087b535f4fc96ffbe13dc960f
6 changes: 0 additions & 6 deletions trunk/drivers/staging/brcm80211/sys/wlc_ampdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ ampdu_info_t *BCMATTACHFN(wlc_ampdu_attach) (wlc_info_t *wlc)
int i;

/* some code depends on packed structures */
ASSERT(sizeof(struct dot11_bar) == DOT11_BAR_LEN);
ASSERT(sizeof(struct dot11_ba) == DOT11_BA_LEN + DOT11_BA_BITMAP_LEN);
ASSERT(sizeof(struct dot11_ctl_header) == DOT11_CTL_HDR_LEN);
ASSERT(sizeof(struct dot11_addba_req) == DOT11_ADDBA_REQ_LEN);
ASSERT(sizeof(struct dot11_addba_resp) == DOT11_ADDBA_RESP_LEN);
ASSERT(sizeof(struct dot11_delba) == DOT11_DELBA_LEN);
ASSERT(DOT11_MAXNUMFRAGS == NBITS(uint16));
ASSERT(ISPOWEROF2(AMPDU_TX_BA_MAX_WSIZE));
ASSERT(ISPOWEROF2(AMPDU_RX_BA_MAX_WSIZE));
Expand Down

0 comments on commit 177d534

Please sign in to comment.