/Linux-v4.19/drivers/staging/vt6656/ |
D | int.c | 27 {RATE_18M, RATE_18M, RATE_12M, RATE_12M, RATE_12M}, 28 {RATE_24M, RATE_24M, RATE_18M, RATE_12M, RATE_12M}, 29 {RATE_36M, RATE_36M, RATE_24M, RATE_18M, RATE_18M}, 35 {RATE_18M, RATE_18M, RATE_12M, RATE_6M, RATE_6M}, 36 {RATE_24M, RATE_24M, RATE_18M, RATE_6M, RATE_6M}, 39 {RATE_54M, RATE_54M, RATE_36M, RATE_18M, RATE_18M} 80 tx_rate = rate->hw_value - RATE_18M; in vnt_int_report_rate()
|
D | channel.c | 36 { .bitrate = 180, .hw_value = RATE_18M }, 47 { .bitrate = 180, .hw_value = RATE_18M },
|
D | rxtx.c | 43 {RATE_12M, RATE_18M, RATE_24M, RATE_36M, RATE_48M}, /* fallback_rate0 */ 44 {RATE_12M, RATE_12M, RATE_18M, RATE_24M, RATE_36M}, /* fallback_rate1 */ 48 {RATE_12M, RATE_18M, RATE_24M, RATE_24M, RATE_36M}, /* fallback_rate0 */ 49 {RATE_6M, RATE_6M, RATE_12M, RATE_12M, RATE_18M}, /* fallback_rate1 */ 916 if (current_rate >= RATE_18M && ieee80211_is_data(hdr->frame_control)) { in vnt_tx_packet() 922 vnt_fb_opt0[FB_RATE0][current_rate - RATE_18M]; in vnt_tx_packet() 924 vnt_fb_opt0[FB_RATE1][current_rate - RATE_18M]; in vnt_tx_packet() 932 vnt_fb_opt1[FB_RATE0][current_rate - RATE_18M]; in vnt_tx_packet() 934 vnt_fb_opt1[FB_RATE1][current_rate - RATE_18M]; in vnt_tx_packet()
|
D | card.c | 188 case RATE_18M: in vnt_calculate_ofdm_rate() 284 vnt_calculate_ofdm_rate(RATE_18M, bb_type, &tx_rate[3], &rsv_time[3]); in vnt_set_rspinf()
|
D | device.h | 47 #define RATE_18M 7 macro
|
D | rf.c | 630 case RATE_18M: in vnt_rf_setpower()
|
D | baseband.c | 266 case RATE_18M: in vnt_get_phy_field()
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | rxtx.c | 65 {RATE_12M, RATE_18M, RATE_24M, RATE_36M, RATE_48M}, /* fallback_rate0 */ 66 {RATE_12M, RATE_12M, RATE_18M, RATE_24M, RATE_36M}, /* fallback_rate1 */ 69 {RATE_12M, RATE_18M, RATE_24M, RATE_24M, RATE_36M}, /* fallback_rate0 */ 70 {RATE_6M, RATE_6M, RATE_12M, RATE_12M, RATE_18M}, /* fallback_rate1 */ 303 if (wRate < RATE_18M) in s_uGetDataDuration() 304 wRate = RATE_18M; in s_uGetDataDuration() 309 …GetTxRsvTime(pDevice, byPktType, cbLastFragmentSize, wFB_Opt0[FB_RATE0][wRate-RATE_18M], bNeedAck); in s_uGetDataDuration() 311 …= s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Opt0[FB_RATE0][wRate-RATE_18M], bNeedAck); in s_uGetDataDuration() 314 if (wRate < RATE_18M) in s_uGetDataDuration() 315 wRate = RATE_18M; in s_uGetDataDuration() [all …]
|
D | channel.c | 23 { .bitrate = 180, .hw_value = RATE_18M }, 34 { .bitrate = 180, .hw_value = RATE_18M },
|
D | device_main.c | 825 {RATE_18M, RATE_18M, RATE_12M, RATE_12M, RATE_12M}, 826 {RATE_24M, RATE_24M, RATE_18M, RATE_12M, RATE_12M}, 827 {RATE_36M, RATE_36M, RATE_24M, RATE_18M, RATE_18M}, 833 {RATE_18M, RATE_18M, RATE_12M, RATE_6M, RATE_6M}, 834 {RATE_24M, RATE_24M, RATE_18M, RATE_6M, RATE_6M}, 837 {RATE_54M, RATE_54M, RATE_36M, RATE_18M, RATE_18M} 868 tx_rate = rate->hw_value - RATE_18M; in vnt_int_report_rate()
|
D | device.h | 46 #define RATE_18M 7 macro
|
D | card.c | 127 case RATE_18M: in s_vCalculateOFDMRParameter() 737 s_vCalculateOFDMRParameter(RATE_18M, in CARDvSetRSPINF()
|
D | baseband.c | 1847 case RATE_18M: in vnt_get_phy_field()
|
D | rf.c | 787 case RATE_18M: in RFbSetPower()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | hal_com.h | 55 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | hal_com.c | 154 *rate_cfg |= RATE_18M; in HalSetBrateCfg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | reg.h | 447 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | reg.h | 162 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | hal_com_reg.h | 684 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | hal_com.c | 734 *pBrateCfg |= RATE_18M; in HalSetBrateCfg()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | reg.h | 475 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | reg.h | 425 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | reg.h | 487 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | reg.h | 440 #define RATE_18M BIT(7) macro
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | reg.h | 498 #define RATE_18M BIT(7) macro
|