Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258543
b: refs/heads/master
c: df3b124
h: refs/heads/master
i:
  258541: 732a6ed
  258539: 7e845a0
  258535: 266f745
  258527: 057bfb9
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Jul 21, 2011
1 parent dbfadc3 commit d1d344f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4e3c44207f90500f65a3858d344b4ff3c63ea765
refs/heads/master: df3b124bdb6fe2459625443bd3dc0dbd020932da
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ static int mwifiex_host_to_card_mp_aggr(struct mwifiex_adapter *adapter,
if (!(card->mp_wr_bitmap &
(1 << card->curr_wr_port))
|| !MP_TX_AGGR_BUF_HAS_ROOM(
card, next_pkt_len))
card, pkt_len + next_pkt_len))
f_send_aggr_buf = 1;
} else {
/* No room in Aggr buf, send it */
Expand Down

0 comments on commit d1d344f

Please sign in to comment.