Skip to content
Snippets Groups Projects
Commit 5204267d authored by Joe Perches's avatar Joe Perches Committed by John W. Linville
Browse files

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d8c7aae6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment