Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248965
b: refs/heads/master
c: d3f54f3
h: refs/heads/master
i:
  248963: 6e80c3b
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 21c961e commit 840a2a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 4cbdbca020bd26dde0feb2a7511ae14fd394faf6
refs/heads/master: d3f54f319a6145241c37663f0e21b10888ee0920
5 changes: 4 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,10 @@ wlc_sendampdu(struct ampdu_info *ampdu, struct wlc_txq_info *qi,
WL_NONE("sendampdu: sgi %d, is40 %d, mcs %d\n",
sgi, is40, mcs);

maxlen = 64 * 1024; /* XXX Fix me to honor real max_rxlen */
/* XXX Fix me to honor real max_rxlen */
/* can fix this as soon as ampdu_action() in mac80211.h
* gets extra u8buf_size par */
maxlen = 64 * 1024;

if (is40)
mimo_ctlchbw =
Expand Down

0 comments on commit 840a2a0

Please sign in to comment.