Searched refs:CFG_NET_STATS (Results 1 – 2 of 2) sorted by relevance
1054 #define CFG_NET_STATS (1<<12) macro
1871 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0'); in net_stats_show()1879 priv->config |= CFG_NET_STATS; in net_stats_store()1881 priv->config &= ~CFG_NET_STATS; in net_stats_store()8210 if (priv->config & CFG_NET_STATS) { in ipw_handle_mgmt_packet()