diff options
Diffstat (limited to 'net/wireless/ibss.c')
-rw-r--r-- | net/wireless/ibss.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/wireless/ibss.c b/net/wireless/ibss.c index a6b5bdad039c..faf4961d47d8 100644 --- a/net/wireless/ibss.c +++ b/net/wireless/ibss.c | |||
@@ -135,6 +135,10 @@ static int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, | |||
135 | radar_detect_width = BIT(params->chandef.width); | 135 | radar_detect_width = BIT(params->chandef.width); |
136 | } | 136 | } |
137 | 137 | ||
138 | /* TODO: We need to check the combinations at this point, we | ||
139 | * probably must move this call down to join_ibss() in | ||
140 | * mac80211. | ||
141 | */ | ||
138 | err = cfg80211_can_use_iftype_chan(rdev, wdev, wdev->iftype, | 142 | err = cfg80211_can_use_iftype_chan(rdev, wdev, wdev->iftype, |
139 | check_chan, | 143 | check_chan, |
140 | (params->channel_fixed && | 144 | (params->channel_fixed && |