Lines Matching refs:hw_value
159 .hw_value = (_rateid), \
192 .hw_value = (_channel), \
221 .hw_value = (_channel), \
229 .hw_value = (_channel), \
1627 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value; in b43_write_beacon_template()
4008 phy->channel = conf->chandef.chan->hw_value; in b43_op_config()
4079 if (b43_is_cck_rate(rate->hw_value)) { in b43_update_basic_rates()
4082 offset = b43_plcp_get_ratecode_cck(rate->hw_value); in b43_update_basic_rates()
4087 offset = b43_plcp_get_ratecode_ofdm(rate->hw_value); in b43_update_basic_rates()
4093 if (b43_is_cck_rate(rate->hw_value)) { in b43_update_basic_rates()
4094 basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value); in b43_update_basic_rates()
4097 basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value); in b43_update_basic_rates()