commit | ff9a71afc948f609c4eaba47cd6788926e7cc105 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Aug 11 14:59:53 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Aug 11 20:00:37 2016 +0200 |
tree | 16ea14e36fcb0bb4058906241ae72140fc1fb3d6 | |
parent | 4fdbc67a25ce577b79b3af595e874e9ef921329f [diff] |
nl80211: explicitly check enum nl80211_mesh_power_mode Different gcc versions appear to be treating enum with different signedness, causing warnings with the out parameter one way or the other. Just use the correct type to avoid all that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>