brcmfmac: decrease the range of SDIO access lock
authorFranky Lin <frankyl@broadcom.com>
Tue, 6 Nov 2012 00:22:23 +0000 (16:22 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Nov 2012 19:55:55 +0000 (14:55 -0500)
commit7cdf57d34c017e5c4c48069ae46e7cb87979435a
treee40996930aefca64834b9b7481d7353fc17430ad
parentdd43a01c5cdb811adeb09e6a2d2788f8aa0d0969
brcmfmac: decrease the range of SDIO access lock

Semaphore sdsem which protects consecutive SDIO bus access is used
to lock down unnecessary wide range. Decrease the locking range
provides the capability of parallel processing.

Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c