Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194171
b: refs/heads/master
c: 879999c
h: refs/heads/master
i:
  194169: 9acec39
  194167: 63eef80
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Mar 31, 2010
1 parent c1447b2 commit 10ed1ad
Show file tree
Hide file tree
Showing 3 changed files with 3 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: f9ea3eb44218b0e12a190f222400f8d56136915f
refs/heads/master: 879999cec9489f8942ebce3ec1b5f23ef948dda7
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ar9170/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,5 +425,6 @@ enum ar9170_txq {

#define AR9170_TXQ_DEPTH 32
#define AR9170_TX_MAX_PENDING 128
#define AR9170_RX_STREAM_MAX_SIZE 65535

#endif /* __AR9170_HW_H */
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ar9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2515,7 +2515,7 @@ void *ar9170_alloc(size_t priv_size)
* tends to split the streams into seperate rx descriptors.
*/

skb = __dev_alloc_skb(AR9170_MAX_RX_BUFFER_SIZE, GFP_KERNEL);
skb = __dev_alloc_skb(AR9170_RX_STREAM_MAX_SIZE, GFP_KERNEL);
if (!skb)
goto err_nomem;

Expand Down

0 comments on commit 10ed1ad

Please sign in to comment.