From: Joe Perches Date: Wed, 30 May 2012 20:25:54 +0000 (-0700) Subject: mac80211: Fix likely misuse of | for & X-Git-Tag: v3.5-rc3~22^2~10^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5204267d2fd5e98fc52b44fec01ad10352642b78;p=pandora-kernel.git mac80211: Fix likely misuse of | for & Using | with a constant is always true. Likely this should have be &. cc: Ben Greear Signed-off-by: Joe Perches Signed-off-by: John W. Linville --- Reading git-diff-tree failed