Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1068 #define CFG_NET_STATS (1<<12) macro
Dipw2200.c1888 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0'); in show_net_stats()
1896 priv->config |= CFG_NET_STATS; in store_net_stats()
1898 priv->config &= ~CFG_NET_STATS; in store_net_stats()
8231 if (priv->config & CFG_NET_STATS) { in ipw_handle_mgmt_packet()