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()
2751 if (conf->chandef.chan->hw_value != phy->channel) in b43legacy_op_dev_config()
2752 b43legacy_radio_selectchannel(dev, conf->chandef.chan->hw_value, in b43legacy_op_dev_config()
2805 if (b43legacy_is_cck_rate(rate->hw_value)) { in b43legacy_update_basic_rates()
2808 offset = b43legacy_plcp_get_ratecode_cck(rate->hw_value); in b43legacy_update_basic_rates()
2813 offset = b43legacy_plcp_get_ratecode_ofdm(rate->hw_value); in b43legacy_update_basic_rates()
2819 if (b43legacy_is_cck_rate(rate->hw_value)) { in b43legacy_update_basic_rates()
2820 basic_offset = b43legacy_plcp_get_ratecode_cck(rate->hw_value); in b43legacy_update_basic_rates()
2823 basic_offset = b43legacy_plcp_get_ratecode_ofdm(rate->hw_value); in b43legacy_update_basic_rates()