Lines Matching refs:hw_value
1815 tx_buffer->tx_rate = ieee80211_get_tx_rate(hw, info)->hw_value; in at76_mac80211_tx()
2022 __func__, hw->conf.chandef.chan->hw_value); in at76_config()
2027 priv->channel = hw->conf.chandef.chan->hw_value; in at76_config()
2289 { .bitrate = 10, .hw_value = TX_RATE_1MBIT, },
2290 { .bitrate = 20, .hw_value = TX_RATE_2MBIT, },
2291 { .bitrate = 55, .hw_value = TX_RATE_5_5MBIT, },
2292 { .bitrate = 110, .hw_value = TX_RATE_11MBIT, },
2296 { .center_freq = 2412, .hw_value = 1 },
2297 { .center_freq = 2417, .hw_value = 2 },
2298 { .center_freq = 2422, .hw_value = 3 },
2299 { .center_freq = 2427, .hw_value = 4 },
2300 { .center_freq = 2432, .hw_value = 5 },
2301 { .center_freq = 2437, .hw_value = 6 },
2302 { .center_freq = 2442, .hw_value = 7 },
2303 { .center_freq = 2447, .hw_value = 8 },
2304 { .center_freq = 2452, .hw_value = 9 },
2305 { .center_freq = 2457, .hw_value = 10 },
2306 { .center_freq = 2462, .hw_value = 11 },
2307 { .center_freq = 2467, .hw_value = 12 },
2308 { .center_freq = 2472, .hw_value = 13 },
2309 { .center_freq = 2484, .hw_value = 14 }