1. NAME

ieee80211_get_channel - get channel struct from wiphy for specified frequency

2. SYNOPSIS

struct ieee80211_channel * ieee80211_get_channel(struct wiphy *  wiphy , int  freq );

3. ARGUMENTS

wiphy
    the struct wiphy to get the channel for

freq
    the center frequency of the channel

4. RETURN

The channel struct from wiphy at freq.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT