diff options
Diffstat (limited to 'net/mac80211/ibss.c')
| -rw-r--r-- | net/mac80211/ibss.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 9b283bbc7bb4..9dffc3079588 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c @@ -1350,10 +1350,10 @@ static void ieee80211_sta_create_ibss(struct ieee80211_sub_if_data *sdata)  				  capability, 0, true);  } -static unsigned ibss_setup_channels(struct wiphy *wiphy, -				    struct ieee80211_channel **channels, -				    unsigned int channels_max, -				    u32 center_freq, u32 width) +static unsigned int ibss_setup_channels(struct wiphy *wiphy, +					struct ieee80211_channel **channels, +					unsigned int channels_max, +					u32 center_freq, u32 width)  {  	struct ieee80211_channel *chan = NULL;  	unsigned int n_chan = 0;  | 
