mac80211: fix change flags variable signedness
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Oct 2014 19:36:04 +0000 (21:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Oct 2014 19:36:55 +0000 (21:36 +0200)
commitb08cc24e0a24f8d67ba7d66dab43c40ed25a3f5c
treef318860d83a2fdafd626c0d78428154fab3ff015
parent988568669d171774b96e59fe35ef575df7f8cffd
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>
net/mac80211/cfg.c