From: Arend van Spriel Date: Mon, 15 Aug 2011 13:34:25 +0000 (+0200) Subject: staging: brcm80211: restrict register access method for bcm47xx X-Git-Tag: v3.2-rc1~169^2^2~864^2~275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd8ef6799524fd48044a83aab38da57d9a98dbc;p=pandora-kernel.git staging: brcm80211: restrict register access method for bcm47xx The driver contained conditional code for resolving issue with dma transaction reordering. This code was conditionalized using __mips__ macro, but it actually is specific to bcm47xx chips. This patch replaces it for the more speficic CONFIG_BCM47XX macro. Tested on BCM63281. Reviewed-by: Henry Ptasinski Reviewed-by: Roland Vossen Tested-by: Jonas Gorski Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed