From: Wolfgang Kufner Date: Mon, 13 Dec 2010 11:39:39 +0000 (+0100) Subject: rt2x00: Fix firmware loading regression on x86_64. X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412b31334b831a8c2909afaca017c5a236ac2dd0;p=pandora-kernel.git rt2x00: Fix firmware loading regression on x86_64. Commit 6175ddf06b6172046a329e3abfd9c901a43efd2e changes the way memcpy_toio() works for x86_64, causing firmware loading to fail for some Ralink WLAN devices with the rt2800pci driver since linux 2.6.34. This causes the log message: "phy0 -> rt2800pci_load_firmware: Error - PBF system register not ready.". Fix this by using __iowrite32_copy instead of memcpy_toio(). Signed-off-by: Wolfgang Kufner Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed