Lines Matching defs:channel
178 static int channel = 0;
188 module_param(channel, int, 0444);
194 MODULE_PARM_DESC(channel, "channel");
1904 bg_band->channels[i].hw_value = geo->bg[i].channel;
2044 IPW_DEBUG_INFO("%s: Associated with '%*pE' at %s, channel %d (BSSID=%pM)\n",
2053 priv->channel = chan;
3746 "current radio freq lower digits - channel ID"),
3770 "EEPROM IBSS 11b channel set"),
4756 static int ipw2100_set_channel(struct ipw2100_priv *priv, u32 channel,
4766 cmd.host_command_parameters[0] = channel;
4768 IPW_DEBUG_HC("CHANNEL: %d\n", channel);
4770 /* If BSS then we don't support channel selection */
4774 if ((channel != 0) &&
4775 ((channel < REG_MIN_CHANNEL) || (channel > REG_MAX_CHANNEL)))
4786 IPW_DEBUG_INFO("Failed to set channel to %d", channel);
4790 if (channel)
4795 priv->channel = channel;
5641 err = ipw2100_set_channel(priv, priv->channel, batch_mode);
5664 err = ipw2100_set_channel(priv, priv->channel, batch_mode);
6079 if (channel != 0 &&
6080 ((channel >= REG_MIN_CHANNEL) && (channel <= REG_MAX_CHANNEL))) {
6082 priv->channel = channel;
6605 /* if setting by freq convert to channel */
6624 } else { /* Set the channel */
6650 wrqu->freq.m = priv->channel;
6654 IPW_DEBUG_WX("GET Freq/Channel -> %d\n", priv->channel);
7791 priv->channel = parms[1];