| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | channel.c | 29 { .bitrate = 10, .hw_value = RATE_1M }, 30 { .bitrate = 20, .hw_value = RATE_2M }, 31 { .bitrate = 55, .hw_value = RATE_5M }, 32 { .bitrate = 110, .hw_value = RATE_11M }, 33 { .bitrate = 60, .hw_value = RATE_6M }, 34 { .bitrate = 90, .hw_value = RATE_9M }, 35 { .bitrate = 120, .hw_value = RATE_12M }, 36 { .bitrate = 180, .hw_value = RATE_18M }, 37 { .bitrate = 240, .hw_value = RATE_24M }, 38 { .bitrate = 360, .hw_value = RATE_36M }, [all …]
|
| H A D | rf.c | 671 u16 hw_value = ch->hw_value; in vnt_rf_set_txpower() local 684 "%s 11b channel [%d]\n", __func__, hw_value); in vnt_rf_set_txpower() 686 hw_value--; in vnt_rf_set_txpower() 688 if (hw_value < ARRAY_SIZE(vt3226d0_lo_current_table)) { in vnt_rf_set_txpower() 690 vt3226d0_lo_current_table[hw_value]); in vnt_rf_set_txpower() 741 channel = ch->hw_value - 1; in vnt_rf_setpower()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | channel.c | 16 { .bitrate = 10, .hw_value = RATE_1M }, 17 { .bitrate = 20, .hw_value = RATE_2M }, 18 { .bitrate = 55, .hw_value = RATE_5M }, 19 { .bitrate = 110, .hw_value = RATE_11M }, 20 { .bitrate = 60, .hw_value = RATE_6M }, 21 { .bitrate = 90, .hw_value = RATE_9M }, 22 { .bitrate = 120, .hw_value = RATE_12M }, 23 { .bitrate = 180, .hw_value = RATE_18M }, 24 { .bitrate = 240, .hw_value = RATE_24M }, 25 { .bitrate = 360, .hw_value = RATE_36M }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | main.c | 27 { .center_freq = 2412, .hw_value = 1 }, 28 { .center_freq = 2417, .hw_value = 2 }, 29 { .center_freq = 2422, .hw_value = 3 }, 30 { .center_freq = 2427, .hw_value = 4 }, 31 { .center_freq = 2432, .hw_value = 5 }, 32 { .center_freq = 2437, .hw_value = 6 }, 33 { .center_freq = 2442, .hw_value = 7 }, 34 { .center_freq = 2447, .hw_value = 8 }, 35 { .center_freq = 2452, .hw_value = 9 }, 36 { .center_freq = 2457, .hw_value = 10 }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_mac80211.c | 26 .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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | base.c | 42 {.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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | main.c | 34 {.center_freq = 2412, .hw_value = 1,}, 35 {.center_freq = 2417, .hw_value = 2,}, 36 {.center_freq = 2422, .hw_value = 3,}, 37 {.center_freq = 2427, .hw_value = 4,}, 38 {.center_freq = 2432, .hw_value = 5,}, 39 {.center_freq = 2437, .hw_value = 6,}, 40 {.center_freq = 2442, .hw_value = 7,}, 41 {.center_freq = 2447, .hw_value = 8,}, 42 {.center_freq = 2452, .hw_value = 9,}, 43 {.center_freq = 2457, .hw_value = 10,}, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 41 .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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_cfg80211.c | 34 {.bitrate = 10,.hw_value = 2,}, 35 {.bitrate = 20,.hw_value = 4,}, 36 {.bitrate = 55,.hw_value = 11}, 37 {.bitrate = 110,.hw_value = 22,}, 38 {.bitrate = 220,.hw_value = 44,}, 39 {.bitrate = 60,.hw_value = 12,}, 40 {.bitrate = 90,.hw_value = 18,}, 41 {.bitrate = 120,.hw_value = 24,}, 42 {.bitrate = 180,.hw_value = 36,}, 43 {.bitrate = 240,.hw_value = 48,}, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-eeprom-parse.c | 180 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, }, 181 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1, 183 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2, 185 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3, 187 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, }, 188 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, }, 189 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, }, 190 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, }, 191 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, }, 192 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, }, [all …]
|
| H A D | iwl-nvm-parse.c | 175 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, }, 176 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1, 178 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2, 180 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3, 182 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, }, 183 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, }, 184 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, }, 185 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, }, 186 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, }, 187 { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 30 { .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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00config.c | 174 center_channel = spec->channels[conf->chandef.chan->hw_value].channel; in rt2x00ht_center_channel() 189 return conf->chandef.chan->hw_value; in rt2x00ht_center_channel() 197 u16 hw_value; in rt2x00lib_config() local 214 hw_value = rt2x00ht_center_channel(rt2x00dev, conf); in rt2x00lib_config() 217 hw_value = conf->chandef.chan->hw_value; in rt2x00lib_config() 221 &rt2x00dev->spec.channels[hw_value], in rt2x00lib_config() 225 &rt2x00dev->spec.channels_info[hw_value], in rt2x00lib_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 19 {.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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 1227 .hw_value = 0x1, 1230 .hw_value = 0x2, 1234 .hw_value = 0x4, 1238 .hw_value = 0x20, 1242 .hw_value = 0x8, 1245 .hw_value = 0x10, 1248 .hw_value = 0x40, 1251 .hw_value = 0x80, 1254 .hw_value = 0x200, 1257 .hw_value = 0x400, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11ax.c | 166 t_u16 hw_value = 0; in wlan_fill_he_cap_ie() local 193 hw_value = GET_HE_NSSMCS(hw_hecap_tlv->rx_mcs_80, nss); in wlan_fill_he_cap_ie() 194 if ((hw_value == NO_NSS_SUPPORT) || in wlan_fill_he_cap_ie() 199 MIN(cfg_value, hw_value)); in wlan_fill_he_cap_ie() 205 hw_value = GET_HE_NSSMCS(hw_hecap_tlv->tx_mcs_80, nss); in wlan_fill_he_cap_ie() 207 if ((hw_value == NO_NSS_SUPPORT) || in wlan_fill_he_cap_ie() 212 MIN(cfg_value, hw_value)); in wlan_fill_he_cap_ie() 306 t_u16 hw_value = 0; in wlan_fill_he_cap_tlv() local 349 hw_value = GET_HE_NSSMCS(phw_hecap->rx_mcs_80, nss); in wlan_fill_he_cap_tlv() 356 if ((hw_value == NO_NSS_SUPPORT) || in wlan_fill_he_cap_tlv() [all …]
|
| H A D | mlan_11ac.c | 228 t_u32 hw_value = 0; in wlan_11ac_ioctl_vhtcfg() local 270 hw_value = in wlan_11ac_ioctl_vhtcfg() 273 MIN(cfg_value, hw_value)); in wlan_11ac_ioctl_vhtcfg() 276 hw_value = GET_VHTCAP_CHWDSET(pmadapter->hw_dot_11ac_dev_cap); in wlan_11ac_ioctl_vhtcfg() 277 SET_VHTCAP_CHWDSET(usr_vht_cap_info, MIN(cfg_value, hw_value)); in wlan_11ac_ioctl_vhtcfg() 280 hw_value = GET_VHTCAP_RXSTBC(pmadapter->hw_dot_11ac_dev_cap); in wlan_11ac_ioctl_vhtcfg() 281 SET_VHTCAP_RXSTBC(usr_vht_cap_info, MIN(cfg_value, hw_value)); in wlan_11ac_ioctl_vhtcfg() 285 hw_value = GET_VHTCAP_SNBFERANT(pmadapter->hw_dot_11ac_dev_cap); in wlan_11ac_ioctl_vhtcfg() 287 MIN(cfg_value, hw_value)); in wlan_11ac_ioctl_vhtcfg() 291 hw_value = GET_VHTCAP_NUMSNDDM(pmadapter->hw_dot_11ac_dev_cap); in wlan_11ac_ioctl_vhtcfg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 568 first_chan = (u32) ch->hw_value; in mwifiex_send_domain_info_cmd_fw() 575 if (ch->hw_value == next_chan + 1 && in mwifiex_send_domain_info_cmd_fw() 585 first_chan = (u32) ch->hw_value; in mwifiex_send_domain_info_cmd_fw() 1557 {.bitrate = 10, .hw_value = 2, }, 1558 {.bitrate = 20, .hw_value = 4, }, 1559 {.bitrate = 55, .hw_value = 11, }, 1560 {.bitrate = 110, .hw_value = 22, }, 1561 {.bitrate = 60, .hw_value = 12, }, 1562 {.bitrate = 90, .hw_value = 18, }, 1563 {.bitrate = 120, .hw_value = 24, }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_cfg80211.c | 37 .hw_value = 2, 41 .hw_value = 4, 45 .hw_value = 11, 49 .hw_value = 22, 53 .hw_value = 12, 57 .hw_value = 18, 61 .hw_value = 24, 65 .hw_value = 36, 69 .hw_value = 48, 73 .hw_value = 72, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | wcn36xx.h | 87 #define HW_VALUE_PHY(hw_value) ((hw_value) >> HW_VALUE_PHY_SHIFT) argument 88 #define HW_VALUE_CHANNEL(hw_value) ((hw_value) & 0xFF) argument 90 HW_VALUE_CHANNEL(__wcn->hw->conf.chandef.chan->hw_value)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | dev.c | 85 { .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 …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_rm_util.c | 44 pch_set[0].hw_value = ch_num; in rm_get_ch_set() 46 RTW_INFO("RM: meas_ch->hw_value = %u\n", pch_set->hw_value); in rm_get_ch_set() 55 pch_set[j].hw_value = in rm_get_ch_set() 58 j, pch_set[j].hw_value); in rm_get_ch_set() 81 pch_set[k].hw_value = in rm_get_ch_set_from_bcn_req_opt() 84 j, pch_set[k].hw_value); in rm_get_ch_set_from_bcn_req_opt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_rm_util.c | 44 pch_set[0].hw_value = ch_num; in rm_get_ch_set() 46 RTW_INFO("RM: meas_ch->hw_value = %u\n", pch_set->hw_value); in rm_get_ch_set() 55 pch_set[j].hw_value = in rm_get_ch_set() 58 j, pch_set[j].hw_value); in rm_get_ch_set() 81 pch_set[k].hw_value = in rm_get_ch_set_from_bcn_req_opt() 84 j, pch_set[k].hw_value); in rm_get_ch_set_from_bcn_req_opt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_rm_util.c | 44 pch_set[0].hw_value = ch_num; in rm_get_ch_set() 46 RTW_INFO("RM: meas_ch->hw_value = %u\n", pch_set->hw_value); in rm_get_ch_set() 55 pch_set[j].hw_value = in rm_get_ch_set() 58 j, pch_set[j].hw_value); in rm_get_ch_set() 81 pch_set[k].hw_value = in rm_get_ch_set_from_bcn_req_opt() 84 j, pch_set[k].hw_value); in rm_get_ch_set_from_bcn_req_opt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_rm_util.c | 45 pch_set[0].hw_value = ch_num; in rm_get_ch_set() 47 RTW_INFO("RM: meas_ch->hw_value = %u\n", pch_set->hw_value); in rm_get_ch_set() 56 pch_set[j].hw_value = in rm_get_ch_set() 59 j, pch_set[j].hw_value); in rm_get_ch_set() 82 pch_set[k].hw_value = in rm_get_ch_set_from_bcn_req_opt() 85 j, pch_set[k].hw_value); in rm_get_ch_set_from_bcn_req_opt()
|