Searched refs:old_channel (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 1582 struct ieee80211_channel *old_channel = NULL; in carl9170_set_channel() local 1594 old_channel = ar->channel; in carl9170_set_channel() 1595 warm_reset = (old_channel->band != channel->band) || in carl9170_set_channel() 1596 (old_channel->center_freq == in carl9170_set_channel() 1723 "failed (%d).\n", old_channel ? in carl9170_set_channel() 1724 old_channel->center_freq : -1, channel->center_freq, in carl9170_set_channel()
|
/linux-3.4.99/drivers/net/wireless/b43legacy/ |
D | phy.c | 556 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()
|
/linux-3.4.99/drivers/net/wireless/b43/ |
D | lo.c | 353 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()
|
D | phy_g.c | 1497 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() 1595 u8 old_channel; in b43_phy_initb6() local 1658 old_channel = phy->channel; in b43_phy_initb6() 1659 if (old_channel >= 8) in b43_phy_initb6() 1680 b43_gphy_channel_switch(dev, old_channel, 0); in b43_phy_initb6()
|
/linux-3.4.99/drivers/net/wireless/libertas/ |
D | cmd.c | 673 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()
|
/linux-3.4.99/drivers/net/ethernet/sfc/ |
D | efx.c | 447 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel() argument 481 efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel() argument 492 *channel = *old_channel; in efx_copy_channel()
|