Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c81 static int default_channel = 0; variable
8449 if (default_channel != 0) { in ipw_sw_reset()
8451 priv->channel = default_channel; in ipw_sw_reset()
8452 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel); in ipw_sw_reset()
11917 module_param_named(channel, default_channel, int, 0444);