mac80211: Fix likely misuse of | for &
authorJoe Perches <joe@perches.com>
Wed, 30 May 2012 20:25:54 +0000 (13:25 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Jun 2012 19:25:56 +0000 (15:25 -0400)
commit5204267d2fd5e98fc52b44fec01ad10352642b78
tree316823693d721e2095fbedaf7498057c008307a0
parentd8c7aae64cd2db5eccc631c29fa978a24fb1feef
mac80211: Fix likely misuse of | for &

Using | with a constant is always true.
Likely this should have be &.

cc: Ben Greear <greearb@candelatech.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c