From: Hante Meuleman Date: Thu, 27 Sep 2012 12:17:47 +0000 (+0200) Subject: brcmfmac: use wait_event_timeout for fw control packets over usb. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~30^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70398a59297965d4af1a0022660bb103dfa59c42;p=pandora-kernel.git brcmfmac: use wait_event_timeout for fw control packets over usb. firmware control packets over usb are async acked. This is awaited for by using interruptible wait. This can be interrupted by signal which results in undesirable behavior. Instead wait_event_timeout is used. Reviewed-by: Arend Van Spriel Signed-off-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed