From: Dan Carpenter Date: Thu, 22 Jul 2010 12:21:02 +0000 (+0200) Subject: libertas: precedence bug X-Git-Tag: v2.6.36-rc1~571^2~64^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd75eb854300c7e09eaf067572498abdeb9d3424;p=pandora-kernel.git libertas: precedence bug Negate has precedence over comparison so the original test was always false. (Neither 0 nor 1 are equal to NL80211_IFTYPE_MONITOR). Signed-off-by: Dan Carpenter Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed