From: Arend van Spriel Date: Mon, 8 Aug 2011 13:58:03 +0000 (+0200) Subject: staging: brcm80211: use mutex instead of semaphore in dhd_linux.c X-Git-Tag: v3.2-rc1~169^2^2~864^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f1283099600b33f879cb222dd320c111650c0b;p=pandora-kernel.git staging: brcm80211: use mutex instead of semaphore in dhd_linux.c The semaphore proto_sem has been replaced with mutex proto_block which lock certain code paths for one thread. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed