Lines Matching refs:hw_value
101 .hw_value = (_rateid), \
130 .hw_value = (_chanid), \
983 rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value; in b43legacy_write_beacon_template()
1056 b43legacy_generate_plcp_hdr(&plcp, size + FCS_LEN, rate->hw_value); in b43legacy_write_probe_resp_plcp()
1162 shm_size_offset, rate->hw_value); in b43legacy_write_probe_resp_template()
2749 if (conf->chandef.chan->hw_value != phy->channel) in b43legacy_op_dev_config()
2750 b43legacy_radio_selectchannel(dev, conf->chandef.chan->hw_value, in b43legacy_op_dev_config()
2803 if (b43legacy_is_cck_rate(rate->hw_value)) { in b43legacy_update_basic_rates()
2806 offset = b43legacy_plcp_get_ratecode_cck(rate->hw_value); in b43legacy_update_basic_rates()
2811 offset = b43legacy_plcp_get_ratecode_ofdm(rate->hw_value); in b43legacy_update_basic_rates()
2817 if (b43legacy_is_cck_rate(rate->hw_value)) { in b43legacy_update_basic_rates()
2818 basic_offset = b43legacy_plcp_get_ratecode_cck(rate->hw_value); in b43legacy_update_basic_rates()
2821 basic_offset = b43legacy_plcp_get_ratecode_ofdm(rate->hw_value); in b43legacy_update_basic_rates()