Home
last modified time | relevance | path

Searched refs:hw_value (Results 1 – 25 of 140) sorted by relevance

123456

/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c19 .hw_value = PURELIFI_CCK_RATE_1M,
22 .hw_value = PURELIFI_CCK_RATE_2M,
27 .hw_value = PURELIFI_CCK_RATE_5_5M,
32 .hw_value = PURELIFI_CCK_RATE_11M,
37 .hw_value = PURELIFI_OFDM_RATE_6M,
40 .hw_value = PURELIFI_OFDM_RATE_9M,
43 .hw_value = PURELIFI_OFDM_RATE_12M,
46 .hw_value = PURELIFI_OFDM_RATE_18M,
49 .hw_value = PURELIFI_OFDM_RATE_24M,
52 .hw_value = PURELIFI_OFDM_RATE_36M,
[all …]
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c26 .hw_value = 1 }, /* Channel 1 */
28 .hw_value = 2 }, /* Channel 2 */
30 .hw_value = 3 }, /* Channel 3 */
32 .hw_value = 4 }, /* Channel 4 */
34 .hw_value = 5 }, /* Channel 5 */
36 .hw_value = 6 }, /* Channel 6 */
38 .hw_value = 7 }, /* Channel 7 */
40 .hw_value = 8 }, /* Channel 8 */
42 .hw_value = 9 }, /* Channel 9 */
44 .hw_value = 10 }, /* Channel 10 */
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c42 {.center_freq = 2412, .hw_value = 1,},
43 {.center_freq = 2417, .hw_value = 2,},
44 {.center_freq = 2422, .hw_value = 3,},
45 {.center_freq = 2427, .hw_value = 4,},
46 {.center_freq = 2432, .hw_value = 5,},
47 {.center_freq = 2437, .hw_value = 6,},
48 {.center_freq = 2442, .hw_value = 7,},
49 {.center_freq = 2447, .hw_value = 8,},
50 {.center_freq = 2452, .hw_value = 9,},
51 {.center_freq = 2457, .hw_value = 10,},
[all …]
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c41 .hw_value = ZD_CCK_RATE_1M, },
43 .hw_value = ZD_CCK_RATE_2M,
47 .hw_value = ZD_CCK_RATE_5_5M,
51 .hw_value = ZD_CCK_RATE_11M,
55 .hw_value = ZD_OFDM_RATE_6M,
58 .hw_value = ZD_OFDM_RATE_9M,
61 .hw_value = ZD_OFDM_RATE_12M,
64 .hw_value = ZD_OFDM_RATE_18M,
67 .hw_value = ZD_OFDM_RATE_24M,
70 .hw_value = ZD_OFDM_RATE_36M,
[all …]
/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.c30 { .bitrate = 10, .hw_value = 0, },
31 { .bitrate = 20, .hw_value = 1, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
32 { .bitrate = 55, .hw_value = 2, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
33 { .bitrate = 110, .hw_value = 3, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
34 { .bitrate = 60, .hw_value = 4, },
35 { .bitrate = 90, .hw_value = 5, },
36 { .bitrate = 120, .hw_value = 6, },
37 { .bitrate = 180, .hw_value = 7, },
38 { .bitrate = 240, .hw_value = 8, },
39 { .bitrate = 360, .hw_value = 9, },
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c175 center_channel = spec->channels[conf->chandef.chan->hw_value].channel; in rt2x00ht_center_channel()
190 return conf->chandef.chan->hw_value; in rt2x00ht_center_channel()
198 u16 hw_value; in rt2x00lib_config() local
215 hw_value = rt2x00ht_center_channel(rt2x00dev, conf); in rt2x00lib_config()
218 hw_value = conf->chandef.chan->hw_value; in rt2x00lib_config()
222 &rt2x00dev->spec.channels[hw_value], in rt2x00lib_config()
226 &rt2x00dev->spec.channels_info[hw_value], in rt2x00lib_config()
H A Drt2x00lib.h44 static inline const struct rt2x00_rate *rt2x00_get_rate(const u16 hw_value) in rt2x00_get_rate() argument
46 return &rt2x00_supported_rates[hw_value & 0xff]; in rt2x00_get_rate()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c19 {.bitrate = 10, .hw_value = 2, },
20 {.bitrate = 20, .hw_value = 4, },
21 {.bitrate = 55, .hw_value = 11, },
22 {.bitrate = 110, .hw_value = 22, },
23 {.bitrate = 60, .hw_value = 12, },
24 {.bitrate = 90, .hw_value = 18, },
25 {.bitrate = 120, .hw_value = 24, },
26 {.bitrate = 180, .hw_value = 36, },
27 {.bitrate = 240, .hw_value = 48, },
28 {.bitrate = 360, .hw_value = 72, },
[all …]
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c1228 .hw_value = 0x1,
1231 .hw_value = 0x2,
1235 .hw_value = 0x4,
1239 .hw_value = 0x20,
1243 .hw_value = 0x8,
1246 .hw_value = 0x10,
1249 .hw_value = 0x40,
1252 .hw_value = 0x80,
1255 .hw_value = 0x200,
1258 .hw_value = 0x400,
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Deeprom.c127 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
128 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
130 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2,
132 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
134 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, },
135 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, },
136 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, },
137 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, },
138 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, },
139 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, },
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c591 first_chan = (u32) ch->hw_value; in mwifiex_send_domain_info_cmd_fw()
598 if (ch->hw_value == next_chan + 1 && in mwifiex_send_domain_info_cmd_fw()
608 first_chan = (u32) ch->hw_value; in mwifiex_send_domain_info_cmd_fw()
1650 {.bitrate = 10, .hw_value = 2, },
1651 {.bitrate = 20, .hw_value = 4, },
1652 {.bitrate = 55, .hw_value = 11, },
1653 {.bitrate = 110, .hw_value = 22, },
1654 {.bitrate = 60, .hw_value = 12, },
1655 {.bitrate = 90, .hw_value = 18, },
1656 {.bitrate = 120, .hw_value = 24, },
[all …]
H A D11h.c145 cr_req->chan_desc.chan_num = radar_params->chandef->chan->hw_value; in mwifiex_cmd_issue_chan_report_request()
152 radar_params->chandef->chan->hw_value); in mwifiex_cmd_issue_chan_report_request()
220 priv->dfs_chandef.chan->hw_value); in mwifiex_11h_handle_chanrpt_ready()
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c85 { .bitrate = 10, .hw_value = 0, },
86 { .bitrate = 20, .hw_value = 1, },
87 { .bitrate = 55, .hw_value = 2, },
88 { .bitrate = 110, .hw_value = 3, },
89 { .bitrate = 60, .hw_value = 4, },
90 { .bitrate = 90, .hw_value = 5, },
91 { .bitrate = 120, .hw_value = 6, },
92 { .bitrate = 180, .hw_value = 7, },
93 { .bitrate = 240, .hw_value = 8, },
94 { .bitrate = 360, .hw_value = 9, },
[all …]
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c5853 .hw_value = CONF_HW_BIT_RATE_1MBPS,
5856 .hw_value = CONF_HW_BIT_RATE_2MBPS,
5860 .hw_value = CONF_HW_BIT_RATE_5_5MBPS,
5864 .hw_value = CONF_HW_BIT_RATE_11MBPS,
5868 .hw_value = CONF_HW_BIT_RATE_6MBPS,
5871 .hw_value = CONF_HW_BIT_RATE_9MBPS,
5874 .hw_value = CONF_HW_BIT_RATE_12MBPS,
5877 .hw_value = CONF_HW_BIT_RATE_18MBPS,
5880 .hw_value = CONF_HW_BIT_RATE_24MBPS,
5883 .hw_value = CONF_HW_BIT_RATE_36MBPS,
[all …]
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c349 { .band = NL80211_BAND_2GHZ, .center_freq = 2412, .hw_value = 1, },
350 { .band = NL80211_BAND_2GHZ, .center_freq = 2417, .hw_value = 2, },
351 { .band = NL80211_BAND_2GHZ, .center_freq = 2422, .hw_value = 3, },
352 { .band = NL80211_BAND_2GHZ, .center_freq = 2427, .hw_value = 4, },
353 { .band = NL80211_BAND_2GHZ, .center_freq = 2432, .hw_value = 5, },
354 { .band = NL80211_BAND_2GHZ, .center_freq = 2437, .hw_value = 6, },
355 { .band = NL80211_BAND_2GHZ, .center_freq = 2442, .hw_value = 7, },
356 { .band = NL80211_BAND_2GHZ, .center_freq = 2447, .hw_value = 8, },
357 { .band = NL80211_BAND_2GHZ, .center_freq = 2452, .hw_value = 9, },
358 { .band = NL80211_BAND_2GHZ, .center_freq = 2457, .hw_value = 10, },
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c25 .hw_value = (_idx), \
32 .hw_value = (_idx), \
99 .hw_value = (_hw_rate), \
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1803 tx_buffer->tx_rate = ieee80211_get_tx_rate(hw, info)->hw_value; in at76_mac80211_tx()
2010 __func__, hw->conf.chandef.chan->hw_value); in at76_config()
2015 priv->channel = hw->conf.chandef.chan->hw_value; in at76_config()
2282 { .bitrate = 10, .hw_value = TX_RATE_1MBIT, },
2283 { .bitrate = 20, .hw_value = TX_RATE_2MBIT, },
2284 { .bitrate = 55, .hw_value = TX_RATE_5_5MBIT, },
2285 { .bitrate = 110, .hw_value = TX_RATE_11MBIT, },
2289 { .center_freq = 2412, .hw_value = 1 },
2290 { .center_freq = 2417, .hw_value = 2 },
2291 { .center_freq = 2422, .hw_value = 3 },
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c121 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
122 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
124 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2,
126 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
128 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, },
129 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, },
130 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, },
131 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, },
132 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, },
133 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, },
[all …]
/linux/drivers/media/rc/
H A Dene_ir.c717 u16 hw_value, reg; in ene_isr() local
766 hw_value = ene_read_reg(dev, reg); in ene_isr()
773 hw_value |= ene_read_reg(dev, reg + offset) << 8; in ene_isr()
774 pulse = hw_value & ENE_FW_SMPL_BUF_FAN_PLS; in ene_isr()
777 hw_value &= ENE_FW_SMPL_BUF_FAN_MSK; in ene_isr()
778 hw_sample = hw_value * ENE_FW_SAMPLE_PERIOD_FAN; in ene_isr()
781 pulse = !(hw_value & ENE_FW_SAMPLE_SPACE); in ene_isr()
782 hw_value &= ~ENE_FW_SAMPLE_SPACE; in ene_isr()
783 hw_sample = hw_value * sample_period; in ene_isr()
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c153 .hw_value = ATH5K_RATE_CODE_1M, },
155 .hw_value = ATH5K_RATE_CODE_2M,
159 .hw_value = ATH5K_RATE_CODE_5_5M,
163 .hw_value = ATH5K_RATE_CODE_11M,
167 .hw_value = ATH5K_RATE_CODE_6M,
171 .hw_value = ATH5K_RATE_CODE_9M,
175 .hw_value = ATH5K_RATE_CODE_12M,
179 .hw_value = ATH5K_RATE_CODE_18M,
183 .hw_value = ATH5K_RATE_CODE_24M,
187 .hw_value = ATH5K_RATE_CODE_36M,
[all …]
H A Dphy.c294 (channel->hw_value == AR5K_MODE_11B)); in ath5k_hw_write_ofdm_timings()
375 delay = (channel->hw_value == AR5K_MODE_11B) ? in ath5k_hw_wait_for_synth()
919 if (channel->hw_value == AR5K_MODE_11B) in ath5k_hw_rfregs_init()
976 if (channel->hw_value != AR5K_MODE_11B) { in ath5k_hw_rfregs_init()
1033 if (channel->hw_value != AR5K_MODE_11B) { in ath5k_hw_rfregs_init()
1874 channel->hw_value != AR5K_MODE_11B) in ath5k_hw_phy_calibrate()
2591 switch (channel->hw_value) { in ath5k_get_chan_pcal_surrounding_piers()
2679 switch (channel->hw_value) { in ath5k_get_rate_pcal_data()
2777 switch (channel->hw_value) { in ath5k_get_max_ctl_power()
3632 (channel->hw_value != curr_channel->hw_value) || in ath5k_hw_txpower()
[all …]
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c199 rate = tx_rate->hw_value; in generate_txhdr_fw3()
202 rate_fb_ofdm = b43legacy_is_ofdm_rate(rate_fb->hw_value); in generate_txhdr_fw3()
208 if ((rate_fb->hw_value == rate) || in generate_txhdr_fw3()
260 rate_fb->hw_value); in generate_txhdr_fw3()
301 rts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info)->hw_value; in generate_txhdr_fw3()
/linux/drivers/net/wireless/ath/ar5523/
H A Dar5523.c1216 band->bitrates[bit].hw_value, sta_rate_set & 1); in ar5523_create_rateset()
1218 rs->set[i] = band->bitrates[bit].hw_value; in ar5523_create_rateset()
1447 { .bitrate = 10, .hw_value = 2, },
1448 { .bitrate = 20, .hw_value = 4 },
1449 { .bitrate = 55, .hw_value = 11, },
1450 { .bitrate = 110, .hw_value = 22, },
1451 { .bitrate = 60, .hw_value = 12, },
1452 { .bitrate = 90, .hw_value = 18, },
1453 { .bitrate = 120, .hw_value = 24, },
1454 { .bitrate = 180, .hw_value = 36, },
[all …]
/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c29 .hw_value = (_channel), \
54 .hw_value = (_hw_value), \
224 priv->scan_req->channels[priv->scan_channel]->hw_value; in lbs_add_channel_list_tlv()
498 ret = lbs_set_channel(priv, chandef->chan->hw_value); in lbs_cfg_set_monitor_channel()
514 ret = lbs_mesh_set_channel(priv, channel->hw_value); in lbs_cfg_set_mesh_channel()
1165 pos += lbs_add_channel_tlv(pos, bss->channel->hw_value); in lbs_associate()
1636 if (priv->cur_rate == lbs_rates[i].hw_value) { in lbs_cfg_get_station()
1727 *fake++ = params->chandef.chan->hw_value; in lbs_join_post()
1824 cmd.bss.ds.channel = params->chandef.chan->hw_value; in lbs_ibss_join_existing()
1938 cmd.ds.channel = params->chandef.chan->hw_value; in lbs_ibss_start_new()
[all …]
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c60 ret |= BIT(sband->bitrates[i].hw_value); in wfx_rate_mask_to_hw()
256 body->channel_list[0] = chan->hw_value; in wfx_hif_scan_uniq()
289 body->channel_list[i] = req->channels[i + chan_start_idx]->hw_value; in wfx_hif_scan()
343 body->channel_number = channel->hw_value; in wfx_hif_join()
476 body->channel_number = channel->hw_value; in wfx_hif_start()

123456