Searched refs:wiphy_channel (Results 1 – 1 of 1) sorted by relevance
6008 struct ieee80211_channel *wiphy_channel = NULL; in wlan_hdd_get_wiphy_channel() local6018 wiphy_channel = &(wiphy->bands[band_num]-> in wlan_hdd_get_wiphy_channel()6020 if (wiphy_channel->center_freq == freq) in wlan_hdd_get_wiphy_channel()6021 return wiphy_channel; in wlan_hdd_get_wiphy_channel()6024 return wiphy_channel; in wlan_hdd_get_wiphy_channel()6033 struct ieee80211_channel *wiphy_channel = NULL; in wlan_hdd_restore_channels() local6063 wiphy_channel = wlan_hdd_get_wiphy_channel(wiphy, freq); in wlan_hdd_restore_channels()6064 if (!wiphy_channel) in wlan_hdd_restore_channels()6070 wiphy_channel->flags = in wlan_hdd_restore_channels()6076 wiphy_channel->flags); in wlan_hdd_restore_channels()[all …]