From: Roland Vossen Date: Fri, 21 Oct 2011 14:16:26 +0000 (+0200) Subject: brcm80211: smac: fixed inconsistency in transmit mute X-Git-Tag: v3.3-rc1~182^2~545^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c44893c864429a7c6a4f7942dfb3ee182b4ad1;p=pandora-kernel.git brcm80211: smac: fixed inconsistency in transmit mute Transmit was muted in two ways: full mute and a partial mute called 'pre ism cac time' mute. But, this 'pre ism cac time' mute was done at one place in the code (when tx_mute == false), and overridden later on in another place in code. To fix this, the 'pre ism cac time' mute has been replaced by a non mute. Reviewed-by: Alwin Beukers Reviewed-by: Arend van Spriel Signed-off-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed