cfg80211: fix integer signedness in chandef_primary_freqs()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 29 Oct 2014 16:05:39 +0000 (17:05 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 Oct 2014 17:42:51 +0000 (18:42 +0100)
The helper function can't ever create negative values, so use
u32 pointers as the function arguments as the caller does.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found