Lines Matching refs:libconf
196 struct rt2x00lib_conf libconf;
202 memset(&libconf, 0, sizeof(libconf));
204 libconf.conf = conf;
220 memcpy(&libconf.rf,
222 sizeof(libconf.rf));
224 memcpy(&libconf.channel,
226 sizeof(libconf.channel));
229 rt2x00dev->rf_channel = libconf.rf.channel;
239 rt2x00dev->ops->lib->config(rt2x00dev, &libconf, ieee80211_flags);