From: Franky Lin Date: Mon, 23 Apr 2012 21:24:52 +0000 (-0700) Subject: brcm80211: fmac: fix SDIO function 0 register r/w issue X-Git-Tag: v3.4-rc6~23^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc2699057bafc512137272e1e848640bad14a41;p=pandora-kernel.git brcm80211: fmac: fix SDIO function 0 register r/w issue SDIO stack doesn't have a structure for function 0. The structure pointer stored in card->sdio_func[0] is actually for function 1. With current implementation the register read/write is applied to function 1. This pathch fixes the issue. Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Arend van Spriel Reviewed-by: Florian Fainelli Reviewed-by: Johannes Berg Signed-off-by: Franky Lin Signed-off-by: John W. Linville --- Reading git-diff-tree failed