Johannes Berg wrote:
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?
Would we really have to return NULL? With my last patch that moves
oper_channel to sdata it can return proper channel.
But then monitor mode.. ugh.
--
Pozdrawiam / Best regards, Michal Kazior.
--
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