From: Levente Kurusa Date: Fri, 14 Feb 2014 21:50:23 +0000 (+0100) Subject: staging: rtl8821ae: fix invalid bit mask on MSR_AP check X-Git-Tag: v3.15-rc1~139^2~1050 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec97423afbd09c566fc3e756b4a6b50695dda0af;p=pandora-kernel.git staging: rtl8821ae: fix invalid bit mask on MSR_AP check Since MSR_AP is 0x3, ANDing it with 0xFC will never be true. Add a NOT operation to 0xFC so that we will AND with the last three bits which will result in a possibility that the condition will succeed. Signed-off-by: Levente Kurusa Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed