From: Arend van Spriel Date: Fri, 12 Aug 2011 13:34:48 +0000 (+0200) Subject: staging: brcm80211: use wait queues instead of semaphores in wl_cfg80211.c X-Git-Tag: v3.2-rc1~169^2^2~864^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297658defcfea01e6c662ec34cd5e2cdacfe8a2e;p=pandora-kernel.git staging: brcm80211: use wait queues instead of semaphores in wl_cfg80211.c In wl_cfg80211.c two semaphores were used to trigger a task to process an event. The wait queues are better suited for that purpose. This also removes checkpatch warning on sema_init() calls in this source file. Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed