Skip to content
Snippets Groups Projects
Commit b08cc24e authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: fix change flags variable signedness


This showed up as a sparse warning (with higher verbosity) and is
certainly correct - the change flags should be unsigned. It's not
that important since high flag numbers aren't used and bitwise
operations would still work.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 98856866
No related branches found
No related tags found
No related merge requests found
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