/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 459 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 466 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 481 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 491 tcb_desc->rts_rate = MGN_24M; // Rate is 24Mbps. in ieee80211_query_protectionmode() 499 tcb_desc->rts_rate = MGN_24M; // Rate is 24Mbps. in ieee80211_query_protectionmode() 507 tcb_desc->rts_rate = MGN_24M; // Rate is 24Mbps. in ieee80211_query_protectionmode() 517 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 529 tcb_desc->rts_rate = MGN_24M; in ieee80211_query_protectionmode() 540 tcb_desc->rts_rate = 0; in ieee80211_query_protectionmode()
|
D | ieee80211.h | 147 u8 rts_rate; member
|
/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() 444 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 450 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 456 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 464 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 470 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 475 tcb_desc->rts_rate = MGN_24M; in rtllib_query_protectionmode() 490 tcb_desc->rts_rate = 0; in rtllib_query_protectionmode()
|
D | rtllib.h | 204 u8 rts_rate; member
|
/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()
|
/drivers/net/wireless/b43/ |
D | xmit.c | 431 int rts_rate, rts_rate_fb; in b43_generate_txhdr() local 438 rts_rate = rts_cts_rate ? rts_cts_rate->hw_value : B43_CCK_RATE_1MB; in b43_generate_txhdr() 439 rts_rate_ofdm = b43_is_ofdm_rate(rts_rate); in b43_generate_txhdr() 440 rts_rate_fb = b43_calc_fallback_rate(rts_rate); in b43_generate_txhdr() 503 len, rts_rate); in b43_generate_txhdr() 527 b43_plcp_get_ratecode_ofdm(rts_rate); in b43_generate_txhdr() 531 b43_plcp_get_ratecode_cck(rts_rate); in b43_generate_txhdr() 541 b43_generate_tx_phy_ctl1(dev, rts_rate)); in b43_generate_txhdr()
|
/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()
|
/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.c | 639 if (ptcb_desc->rts_rate < DESC92_RATE6M) in rtl92de_tx_fill_desc() 640 ptcb_desc->rts_rate = DESC92_RATE6M; in rtl92de_tx_fill_desc() 641 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl92de_tx_fill_desc() 644 SET_TX_DESC_RTS_SHORT(pdesc, ((ptcb_desc->rts_rate <= in rtl92de_tx_fill_desc()
|
/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()
|
/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | trx.c | 439 SET_TX_DESC_RTS_RATE(pdesc, ptcdesc->rts_rate); in rtl8723ae_tx_fill_desc() 443 ((ptcdesc->rts_rate <= DESC92_RATE54M) ? in rtl8723ae_tx_fill_desc()
|
/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | trx.c | 505 SET_TX_DESC_RTS_RATE(pdesc, tcb_desc->rts_rate); in rtl92ce_tx_fill_desc() 509 ((tcb_desc->rts_rate <= DESC92_RATE54M) ? in rtl92ce_tx_fill_desc()
|
/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | trx.c | 544 SET_TX_DESC_RTS_RATE(txdesc, tcb_desc->rts_rate); in rtl92cu_tx_fill_desc() 548 ((tcb_desc->rts_rate <= DESC92_RATE54M) ? in rtl92cu_tx_fill_desc()
|
/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | trx.c | 577 SET_TX_DESC_RTS_RATE(pdesc, ptcb_desc->rts_rate); in rtl88ee_tx_fill_desc() 581 ((ptcb_desc->rts_rate <= DESC92C_RATE54M) ? in rtl88ee_tx_fill_desc()
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 632 u32 rts_rate,
|
D | main.c | 6169 u32 rts_rate, in brcms_c_compute_rtscts_dur() argument 6181 (u16) brcms_c_calc_cts_time(wlc, rts_rate, in brcms_c_compute_rtscts_dur()
|
/drivers/net/wireless/rtlwifi/ |
D | base.c | 585 tcb_desc->rts_rate = rtlpriv->cfg->maps[RTL_RC_OFDM_RATE24M]; in _rtl_query_protection_mode() 589 tcb_desc->rts_rate = rtlpriv->cfg->maps[RTL_RC_OFDM_RATE24M]; in _rtl_query_protection_mode()
|
D | wifi.h | 1625 u8 rts_rate; member
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1201 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl8192_tx_fill_desc() 1202 pTxFwInfo->RtsRate = MRateToHwRate8190Pci((u8)cb_desc->rts_rate); in rtl8192_tx_fill_desc()
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1299 tx_fwinfo->RtsHT = (tcb_desc->rts_rate&0x80)?1:0; in DrvAggr_Aggregation() 1300 tx_fwinfo->RtsRate = MRateToHwRate8190Pci((u8)tcb_desc->rts_rate); in DrvAggr_Aggregation() 1988 tx_fwinfo->RtsHT = (tcb_desc->rts_rate&0x80)?1:0; in rtl8192_tx() 1989 tx_fwinfo->RtsRate = MRateToHwRate8190Pci((u8)tcb_desc->rts_rate); in rtl8192_tx()
|