From: Larry Finger Date: Sun, 17 Feb 2013 17:01:20 +0000 (+0000) Subject: b43: Increase number of RX DMA slots X-Git-Tag: v3.9-rc1~139^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccae0e50c16a7f7adb029c169147400d1ce9f703;p=pandora-kernel.git b43: Increase number of RX DMA slots Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G were due to overflow of the RX DMA ring buffer, which was created with 64 slots. That finding reminded me that I was seeing similar crashed on a netbook, which also has a relatively slow processor. After increasing the number of slots to 128, runs on the netbook that previously failed now worked; however, I found that 109 slots had been used in one test. For that reason, the number of slots is being increased to 256. Signed-off-by: Larry Finger Cc: Bastian Bittorf Cc: Stable Signed-off-by: David S. Miller --- Reading git-diff-tree failed