> struct ieee80211_channel *(*get_channel)(struct wiphy *wiphy, > - enum nl80211_channel_type *type); > + struct wireless_dev *wdev, > + enum nl80211_channel_type *type); Hmm. This is mostly used for monitor mode, and there we would have to return NULL anyway while using multiple channels at the same time. Is it really worth the complexity? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html