From: Roland Vossen Date: Fri, 21 Oct 2011 14:16:25 +0000 (+0200) Subject: brcm80211: smac: bugfix for tx mute in brcms_b_init() X-Git-Tag: v3.3-rc1~182^2~545^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bc4917ed6bd6101569630708baaac14504ab8c;p=pandora-kernel.git brcm80211: smac: bugfix for tx mute in brcms_b_init() Transmit can only be muted if the mac core is enabled. When brcms_b_init() is called, the mac core is suspended. Brcms_b_init() calls a transmit mute function that requires an enabled mac core. This code path is never taken, but would have been taken in subsequent patches. Reviewed-by: Alwin Beukers Reviewed-by: Arend van Spriel Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed