Commit be50baa4 authored by Xin Gao's avatar Xin Gao Committed by Johannes Berg
Browse files

wifi: mac80211: use full 'unsigned int' type



The full 'unsigned int' is better than 'unsigned'.

Signed-off-by: default avatarXin Gao <gaoxin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220816181040.9044-1-gaoxin@cdjrlc.com


[fix indentation]
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 28b904ec
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1346,7 +1346,7 @@ static void ieee80211_sta_create_ibss(struct ieee80211_sub_if_data *sdata)
				  capability, 0, true);
}

static unsigned ibss_setup_channels(struct wiphy *wiphy,
static unsigned int ibss_setup_channels(struct wiphy *wiphy,
					struct ieee80211_channel **channels,
					unsigned int channels_max,
					u32 center_freq, u32 width)