Searched refs:new_channel (Results 1 – 6 of 6) sorted by relevance
253 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() argument259 if (new_channel == B43_DEFAULT_CHANNEL) in b43_switch_channel()260 new_channel = phy->ops->get_default_chan(dev); in b43_switch_channel()265 channelcookie = new_channel; in b43_switch_channel()273 err = phy->ops->switch_channel(dev, new_channel); in b43_switch_channel()277 dev->phy.channel = new_channel; in b43_switch_channel()
593 unsigned int new_channel) in b43_nphy_op_switch_channel() argument596 if ((new_channel < 1) || (new_channel > 14)) in b43_nphy_op_switch_channel()599 if (new_channel > 200) in b43_nphy_op_switch_channel()603 return nphy_channel_switch(dev, new_channel); in b43_nphy_op_switch_channel()
164 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel);356 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
535 unsigned int new_channel) in b43_aphy_op_switch_channel() argument537 if (new_channel > 200) in b43_aphy_op_switch_channel()539 aphy_channel_switch(dev, new_channel); in b43_aphy_op_switch_channel()
110 unsigned int new_channel) in b43_lpphy_op_switch_channel() argument
2852 unsigned int new_channel) in b43_gphy_op_switch_channel() argument2854 if ((new_channel < 1) || (new_channel > 14)) in b43_gphy_op_switch_channel()2856 b43_gphy_channel_switch(dev, new_channel, 0); in b43_gphy_op_switch_channel()