From: Hauke Mehrtens Date: Fri, 23 Aug 2013 21:22:29 +0000 (+0200) Subject: bcma: change max PCI read request size to 128 X-Git-Tag: v3.12-rc1~132^2~84^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a83e578e0011ddcfdbe1c62d0916dadb4802aa;p=pandora-kernel.git bcma: change max PCI read request size to 128 This PCIe controller does not support a max read request size above 128 bytes. The sold card I tested this controller with used 128 as default value, but some new routers are sold with BCM4331 chips, which have a default max read request size of 512. This device fails at the first DMA reqeust whch is bigger than 126 bytes. This patch changes the max read request size to 128 for every device on the PCIe link. Signed-off-by: Hauke Mehrtens Signed-off-by: John W. Linville --- Reading git-diff-tree failed