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()
4010 phy->channel = conf->chandef.chan->hw_value; in b43_op_config()
4081 if (b43_is_cck_rate(rate->hw_value)) { in b43_update_basic_rates()
4084 offset = b43_plcp_get_ratecode_cck(rate->hw_value); in b43_update_basic_rates()
4089 offset = b43_plcp_get_ratecode_ofdm(rate->hw_value); in b43_update_basic_rates()
4095 if (b43_is_cck_rate(rate->hw_value)) { in b43_update_basic_rates()
4096 basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value); in b43_update_basic_rates()
4099 basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value); in b43_update_basic_rates()