Searched refs:rtap_iface (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c98 static int rtap_iface = 0; /* def: 0 -- do not create rtap interface */ variable
1367 if (!rtap_iface)
1376 rtap_iface = 0;
1380 if (rtap_iface)
1385 rtap_iface = 1;
1405 if (rtap_iface)
1415 static DEVICE_ATTR_ADMIN_RW(rtap_iface);
1425 "rtap_iface enabled.\n");
10341 if (rtap_iface && netif_running(priv->prom_net_dev))
11675 if (rtap_iface) {
[all...]

Completed in 208 milliseconds