Home
last modified time | relevance | path

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

/drivers/net/wireless/b43/
Dphy_common.c253 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() argument
259 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()
Dphy_n.c593 unsigned int new_channel) in b43_nphy_op_switch_channel() argument
596 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()
Dphy_common.h164 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel);
356 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
Dphy_a.c535 unsigned int new_channel) in b43_aphy_op_switch_channel() argument
537 if (new_channel > 200) in b43_aphy_op_switch_channel()
539 aphy_channel_switch(dev, new_channel); in b43_aphy_op_switch_channel()
Dphy_lp.c110 unsigned int new_channel) in b43_lpphy_op_switch_channel() argument
Dphy_g.c2852 unsigned int new_channel) in b43_gphy_op_switch_channel() argument
2854 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()