Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/carl9170/
Dphy.c1579 struct ieee80211_channel *old_channel = NULL; in carl9170_set_channel() local
1591 old_channel = ar->channel; in carl9170_set_channel()
1691 "failed (%d).\n", old_channel ? in carl9170_set_channel()
1692 old_channel->center_freq : -1, channel->center_freq, in carl9170_set_channel()
/drivers/net/wireless/b43legacy/
Dphy.c556 u8 old_channel; in b43legacy_phy_initb5() local
628 old_channel = (phy->channel == 0xFF) ? 1 : phy->channel; in b43legacy_phy_initb5()
651 b43legacy_radio_selectchannel(dev, old_channel, 0); in b43legacy_phy_initb5()
671 u8 old_channel; in b43legacy_phy_initb6() local
744 old_channel = phy->channel; in b43legacy_phy_initb6()
745 if (old_channel >= 8) in b43legacy_phy_initb6()
769 b43legacy_radio_selectchannel(dev, old_channel, 0); in b43legacy_phy_initb6()
/drivers/net/wireless/b43/
Dlo.c353 u8 old_channel; member
564 b43_gphy_channel_switch(dev, sav->old_channel, 1); in lo_measure_restore()
751 saved_regs.old_channel = phy->channel; in b43_calibrate_lo_setting()
Dphy_g.c1497 u8 old_channel; in b43_phy_initb5() local
1554 old_channel = phy->channel; in b43_phy_initb5()
1576 b43_gphy_channel_switch(dev, old_channel, 0); in b43_phy_initb5()
1596 u8 old_channel; in b43_phy_initb6() local
1659 old_channel = phy->channel; in b43_phy_initb6()
1660 if (old_channel >= 8) in b43_phy_initb6()
1681 b43_gphy_channel_switch(dev, old_channel, 0); in b43_phy_initb6()
/drivers/net/wireless/libertas/
Dcmd.c673 u8 old_channel = priv->channel; in lbs_set_channel() local
689 lbs_deb_cmd("channel switch from %d to %d\n", old_channel, in lbs_set_channel()
/drivers/net/ethernet/sfc/
Defx.c434 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel() argument
468 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel() argument
479 *channel = *old_channel; in efx_copy_channel()