Home
last modified time | relevance | path

Searched refs:dflt_chandef (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Dmain.c132 chandef = local->dflt_chandef; in ieee80211_calc_hw_conf_chan()
1127 struct cfg80211_chan_def dflt_chandef = {}; in ieee80211_register_hw()
1248 if (!dflt_chandef.chan) { in ieee80211_register_hw()
1250 * Assign the first enabled channel to dflt_chandef in ieee80211_register_hw()
1262 cfg80211_chandef_create(&dflt_chandef, in ieee80211_register_hw()
1266 local->monitor_chanreq.oper = dflt_chandef; in ieee80211_register_hw()
1268 local->dflt_chandef = dflt_chandef; in ieee80211_register_hw()
1269 local->hw.conf.chandef = dflt_chandef; in ieee80211_register_hw()
1128 struct cfg80211_chan_def dflt_chandef = {}; ieee80211_register_hw() local
H A Dieee80211_i.h1455 struct cfg80211_chan_def dflt_chandef;
1457 struct cfg80211_chan_def dflt_chandef; global() member