commit | fc1f48ffd5793e0a35c3b02375c2e2923e0f2bf3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Oct 29 17:05:39 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Oct 29 18:42:51 2014 +0100 |
tree | 2ab973165a69be663b4bc967e3c24f915a6ea888 | |
parent | dcc6c2f5165788fdc37be9a13a909e8c16f254ce [diff] |
cfg80211: fix integer signedness in chandef_primary_freqs() 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>