diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-05-10 05:13:15 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 08:54:49 -0400 |
commit | cb7b5d86c8283482bbf26398e83d2cbc5e36e193 (patch) | |
tree | 98d48b674bb2c92609b7bd1f7620044801fc5193 /drivers/net/wireless/ti/wl18xx/main.c | |
parent | 9d1c973a7b569652cea0ea00dc7ac409b08a8381 (diff) |
wl18xx: set the number of Tx descriptors
Initialize the number of Tx-descriptors for the 18xx family.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index b298e0121377..68f5e09be508 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -325,6 +325,7 @@ int __devinit wl18xx_probe(struct platform_device *pdev) | |||
325 | wl->ops = &wl18xx_ops; | 325 | wl->ops = &wl18xx_ops; |
326 | wl->ptable = wl18xx_ptable; | 326 | wl->ptable = wl18xx_ptable; |
327 | wl->rtable = wl18xx_rtable; | 327 | wl->rtable = wl18xx_rtable; |
328 | wl->num_tx_desc = 32; | ||
328 | 329 | ||
329 | return wlcore_probe(wl, pdev); | 330 | return wlcore_probe(wl, pdev); |
330 | } | 331 | } |