Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: Fix likely misuse of | for &
Using | with a constant is always true. Likely this should have be &. cc: Ben Greear <[email protected]> Signed-off-by: Joe Perches <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information