/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 464 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 471 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 486 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 496 tcb_desc->rts_rate = MGN_24M; // Rate is 24Mbps. in ieee80211_query_protectionmode() 504 tcb_desc->rts_rate = MGN_24M; // Rate is 24Mbps. in ieee80211_query_protectionmode() 512 tcb_desc->rts_rate = MGN_24M; // Rate is 24Mbps. in ieee80211_query_protectionmode() 522 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 533 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 544 tcb_desc->rts_rate = 0; in ieee80211_query_protectionmode()
|
D | ieee80211.h | 147 u8 rts_rate; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 432 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 436 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 446 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 452 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 458 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 467 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 473 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 478 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 492 tcb_desc->rts_rate = 0; in rtllib_query_protectionmode()
|
D | rtllib.h | 187 u8 rts_rate; member
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | mac.c | 62 u32 rts_rate, cts_rate; in carl9170_set_rts_cts_rate() local 66 rts_rate = 0x1da; in carl9170_set_rts_cts_rate() 71 rts_rate = 033; in carl9170_set_rts_cts_rate() 75 rts_rate = 0x1bb; in carl9170_set_rts_cts_rate() 81 rts_rate | (cts_rate) << 16); in carl9170_set_rts_cts_rate()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | xmit.c | 432 int rts_rate, rts_rate_fb; in b43_generate_txhdr() local 439 rts_rate = rts_cts_rate ? rts_cts_rate->hw_value : B43_CCK_RATE_1MB; in b43_generate_txhdr() 440 rts_rate_ofdm = b43_is_ofdm_rate(rts_rate); in b43_generate_txhdr() 441 rts_rate_fb = b43_calc_fallback_rate(rts_rate); in b43_generate_txhdr() 504 len, rts_rate); in b43_generate_txhdr() 528 b43_plcp_get_ratecode_ofdm(rts_rate); in b43_generate_txhdr() 532 b43_plcp_get_ratecode_cck(rts_rate); in b43_generate_txhdr() 542 b43_generate_tx_phy_ctl1(dev, rts_rate)); in b43_generate_txhdr()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | xmit.c | 310 int rts_rate; in generate_txhdr_fw3() local 314 rts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info)->hw_value; in generate_txhdr_fw3() 315 rts_rate_fb = b43legacy_calc_fallback_rate(rts_rate); in generate_txhdr_fw3() 341 len, rts_rate); in generate_txhdr_fw3()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.c | 637 if (ptcb_desc->rts_rate < DESC_RATE6M) in rtl92de_tx_fill_desc() 638 ptcb_desc->rts_rate = DESC_RATE6M; in rtl92de_tx_fill_desc() 639 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl92de_tx_fill_desc() 642 SET_TX_DESC_RTS_SHORT(pdesc, ((ptcb_desc->rts_rate <= in rtl92de_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | trx.c | 428 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl92se_tx_fill_desc() 431 SET_TX_DESC_RTS_SHORT(pdesc, ((ptcb_desc->rts_rate <= in rtl92se_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | trx.c | 440 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl8723e_tx_fill_desc() 444 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl8723e_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | trx.c | 499 SET_TX_DESC_RTS_RATE(pdesc, tcb_desc->rts_rate); in rtl92ce_tx_fill_desc() 503 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92ce_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | trx.c | 512 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl8723be_tx_fill_desc() 516 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl8723be_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | trx.c | 587 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl88ee_tx_fill_desc() 591 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl88ee_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | trx.c | 542 SET_TX_DESC_RTS_RATE(txdesc, tcb_desc->rts_rate); in rtl92cu_tx_fill_desc() 546 ((tcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92cu_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 629 u32 rts_rate, u32 frame_rate,
|
D | main.c | 6128 u32 rts_rate, in brcms_c_compute_rtscts_dur() argument 6140 (u16) brcms_c_calc_cts_time(wlc, rts_rate, in brcms_c_compute_rtscts_dur()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | trx.c | 762 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl8821ae_tx_fill_desc() 765 ((ptcb_desc->rts_rate <= DESC_RATE54M) ? in rtl8821ae_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | trx.c | 764 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl92ee_tx_fill_desc() 767 ((ptcb_desc->rts_rate <= DESC_RATE54M) ? in rtl92ee_tx_fill_desc()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | base.c | 685 tcb_desc->rts_rate = rtlpriv->cfg->maps[RTL_RC_OFDM_RATE24M]; in _rtl_query_protection_mode() 689 tcb_desc->rts_rate = rtlpriv->cfg->maps[RTL_RC_OFDM_RATE24M]; in _rtl_query_protection_mode()
|
D | wifi.h | 2044 u8 rts_rate; member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1215 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl8192_tx_fill_desc() 1216 pTxFwInfo->RtsRate = MRateToHwRate8190Pci((u8)cb_desc->rts_rate); in rtl8192_tx_fill_desc()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1540 tx_fwinfo->RtsHT = (tcb_desc->rts_rate&0x80) ? 1 : 0; in rtl8192_tx() 1541 tx_fwinfo->RtsRate = MRateToHwRate8190Pci((u8)tcb_desc->rts_rate); in rtl8192_tx()
|