Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314057
b: refs/heads/master
c: 1349c42
h: refs/heads/master
i:
  314055: 2223f47
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Jun 5, 2012
1 parent 78933a5 commit 09436a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb7b5d86c8283482bbf26398e83d2cbc5e36e193
refs/heads/master: 1349c4212aacde0d26b20e9ff2ba7501d6e33d3c
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#include "conf.h"
#include "wl18xx.h"

#define WL18XX_TX_HW_BLOCK_SPARE 1
#define WL18XX_TX_HW_GEM_BLOCK_SPARE 2

static struct wl18xx_conf wl18xx_default_conf = {
.phy = {
.phy_standalone = 0x00,
Expand Down Expand Up @@ -326,6 +329,8 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
wl->ptable = wl18xx_ptable;
wl->rtable = wl18xx_rtable;
wl->num_tx_desc = 32;
wl->normal_tx_spare = WL18XX_TX_HW_BLOCK_SPARE;
wl->gem_tx_spare = WL18XX_TX_HW_GEM_BLOCK_SPARE;

return wlcore_probe(wl, pdev);
}
Expand Down

0 comments on commit 09436a7

Please sign in to comment.