kernel: fix DMA error when BCM4331 is connected to BCM4706
authorHauke Mehrtens <hauke@openwrt.org>
Mon, 5 Aug 2013 16:17:05 +0000 (16:17 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Mon, 5 Aug 2013 16:17:05 +0000 (16:17 +0000)
commit0b5bdf9b5e1d1b9e35be9bca8884ef5b01b2fd9b
treed1eb54f3a7b2de513780abfca19871386867b75e
parentcff3736b8f18eaf3a0c93449e142d45ab62bfb9c
kernel: fix DMA error when BCM4331 is connected to BCM4706

The BCM4331 supports a PCIe max request size of 512 bytes and uses
that, but the PCIe controller in the BCM4706 just supports 128 Bytes
and that causes a DMA error for packages bigger than 126 bytes. This
fixes the problem by setting the BCM4331 also to 128 Bytes.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37709 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/patches/860-brcmsmac-use-bcma-PCIe-up-and-down-functions.patch [new file with mode: 0644]
package/kernel/mac80211/patches/861-b43-call-PCIe-up-and-down-functions.patch [new file with mode: 0644]
target/linux/generic/patches-3.10/026-bcma_pcie_up_down.patch [new file with mode: 0644]
target/linux/generic/patches-3.3/026-bcma_pcie_up_down.patch [new file with mode: 0644]
target/linux/generic/patches-3.6/026-bcma_pcie_up_down.patch [new file with mode: 0644]
target/linux/generic/patches-3.8/026-bcma_pcie_up_down.patch [new file with mode: 0644]
target/linux/generic/patches-3.9/026-bcma_pcie_up_down.patch [new file with mode: 0644]