commit | b08cc24e0a24f8d67ba7d66dab43c40ed25a3f5c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Oct 20 21:36:04 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Oct 20 21:36:55 2014 +0200 |
tree | f318860d83a2fdafd626c0d78428154fab3ff015 | |
parent | 988568669d171774b96e59fe35ef575df7f8cffd [diff] |
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: Johannes Berg <johannes.berg@intel.com>