summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl18xx
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2012-05-10 09:13:15 (GMT)
committerLuciano Coelho <coelho@ti.com>2012-06-05 12:54:49 (GMT)
commitcb7b5d86c8283482bbf26398e83d2cbc5e36e193 (patch)
tree98d48b674bb2c92609b7bd1f7620044801fc5193 /drivers/net/wireless/ti/wl18xx
parent9d1c973a7b569652cea0ea00dc7ac409b08a8381 (diff)
downloadlinux-fsl-qoriq-cb7b5d86c8283482bbf26398e83d2cbc5e36e193.tar.xz
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')
-rw-r--r--drivers/net/wireless/ti/wl18xx/main.c1
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 b298e01..68f5e09 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)
wl->ops = &wl18xx_ops;
wl->ptable = wl18xx_ptable;
wl->rtable = wl18xx_rtable;
+ wl->num_tx_desc = 32;
return wlcore_probe(wl, pdev);
}