Skip to content

Commit

Permalink
wl18xx: set the number of Tx descriptors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Jun 5, 2012
1 parent 9d1c973 commit cb7b5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit cb7b5d8

Please sign in to comment.