Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134237
b: refs/heads/master
c: 2a57cf3
h: refs/heads/master
i:
  134235: ad1ebec
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jan 29, 2009
1 parent 6bfb449 commit 194ea03
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: 66aafd9a3108da465a73bd755366416e75fb9d3d
refs/heads/master: 2a57cf3e83f89150f2ac9b6f01caf3fcdbb36486
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rtl818x/rtl8187_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static int rtl8187_init_urbs(struct ieee80211_hw *dev)
struct rtl8187_rx_info *info;
int ret = 0;

while (skb_queue_len(&priv->rx_queue) < 8) {
while (skb_queue_len(&priv->rx_queue) < 16) {
skb = __dev_alloc_skb(RTL8187_MAX_RX, GFP_KERNEL);
if (!skb) {
ret = -ENOMEM;
Expand Down

0 comments on commit 194ea03

Please sign in to comment.