staging: brcm80211: remove MIPS specific 'sync' instruction in fullmac
authorRoland Vossen <rvossen@broadcom.com>
Mon, 8 Aug 2011 13:58:23 +0000 (15:58 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 20:00:02 +0000 (13:00 -0700)
commit9e631b8c80bc4f57e1f40ddb02edc98f8cb980a4
tree9ea4e5956dcb740f4dab2185e738ab9659b7d8dd
parent98ff86e37d1d1c3ebcaa124dfa9a900eb0e1fa77
staging: brcm80211: remove MIPS specific 'sync' instruction in fullmac

This instruction was required for the bcm4716/bcm4322, but since the
fullmac driver only supports bcm4329, it could be removed. After that,
the R_REG macro's were identical and thus were reduced to just 1 R_REG
macro.

Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c