Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wlan-ng/
Dhfa384x.h1090 hfa384x_pdr_default_channel_t default_channel; member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c95 static int default_channel = 0; variable
8518 if (default_channel != 0) { in ipw_sw_reset()
8520 priv->channel = default_channel; in ipw_sw_reset()
8521 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel); in ipw_sw_reset()
12011 module_param_named(channel, default_channel, int, 0444);