Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dhfa384x.h1100 struct hfa384x_pdr_default_channel default_channel; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c81 static int default_channel = 0; variable
8487 if (default_channel != 0) { in ipw_sw_reset()
8489 priv->channel = default_channel; in ipw_sw_reset()
8490 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel); in ipw_sw_reset()
11961 module_param_named(channel, default_channel, int, 0444);
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c81 static int default_channel = 0; variable
8441 if (default_channel != 0) { in ipw_sw_reset()
8443 priv->channel = default_channel; in ipw_sw_reset()
8444 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel); in ipw_sw_reset()
11915 module_param_named(channel, default_channel, int, 0444);

Completed in 35 milliseconds