Lines Matching refs:libconf
197 struct rt2x00lib_conf libconf;
203 memset(&libconf, 0, sizeof(libconf));
205 libconf.conf = conf;
221 memcpy(&libconf.rf,
223 sizeof(libconf.rf));
225 memcpy(&libconf.channel,
227 sizeof(libconf.channel));
230 rt2x00dev->rf_channel = libconf.rf.channel;
240 rt2x00dev->ops->lib->config(rt2x00dev, &libconf, ieee80211_flags);