commit | 5204267d2fd5e98fc52b44fec01ad10352642b78 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 30 13:25:54 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 04 15:25:56 2012 -0400 |
tree | 316823693d721e2095fbedaf7498057c008307a0 | |
parent | d8c7aae64cd2db5eccc631c29fa978a24fb1feef [diff] |
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>