Get channel struct from wiphy for specified frequency
struct ieee80211_channel * ieee80211_get_channel(struct wiphy * wiphy, int freq);
wiphy
the struct wiphy to get the channel for
freq
the center frequency of the channel
The channel struct from wiphy at freq.
Johannes Berg <[email protected]>
Author.