Home
last modified time | relevance | path

Searched refs:rts_use_shortpreamble (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.c144 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) : in rtl92de_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
Dtrx.c139 set_tx_desc_rts_short(txdesc, tcb_desc->rts_use_shortpreamble); in rtl92du_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.c422 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92ce_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dtrx.c408 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92se_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.c423 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl8723e_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c497 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) : in rtl8723be_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.c542 (tcb_desc->rts_use_shortpreamble ? 1 : 0) in rtl92cu_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.c571 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) : in rtl88ee_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c748 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) : in rtl8821ae_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c742 (ptcb_desc->rts_use_shortpreamble ? 1 : 0) : in rtl92ee_tx_fill_desc()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2118 u8 rts_use_shortpreamble:1; member
Dbase.c680 tcb_desc->rts_use_shortpreamble = false; in _rtl_query_protection_mode()