Home
last modified time | relevance | path

Searched refs:rts_thr (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.h83 u32 rts_thr; member
H A Dcfg80211.c1147 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
H A Dcommands.c1257 mac_info->rts_thr = le32_to_cpu(resp_info->rts_threshold); in qtnf_cmd_resp_proc_mac_info()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.h81 u32 rts_thr; member
H A Dcfg80211.c1134 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
H A Dcommands.c1245 mac_info->rts_thr = le32_to_cpu(resp_info->rts_threshold); in qtnf_cmd_resp_proc_mac_info()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c949 u16 rts_thr; in mt76x02_mac_set_tx_protection() local
963 rts_thr = mt76_get_field(dev, MT_TX_RTS_CFG, MT_TX_RTS_CFG_THRESH); in mt76x02_mac_set_tx_protection()
965 if (rts_thr != 0xffff) in mt76x02_mac_set_tx_protection()
980 if (rts_thr != 0xffff) in mt76x02_mac_set_tx_protection()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c953 u16 rts_thr; in mt76x02_mac_set_tx_protection() local
967 rts_thr = mt76_get_field(dev, MT_TX_RTS_CFG, MT_TX_RTS_CFG_THRESH); in mt76x02_mac_set_tx_protection()
969 if (rts_thr != 0xffff) in mt76x02_mac_set_tx_protection()
984 if (rts_thr != 0xffff) in mt76x02_mac_set_tx_protection()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c702 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) in mwifiex_set_rts() argument
704 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE) in mwifiex_set_rts()
705 rts_thr = MWIFIEX_RTS_MAX_VALUE; in mwifiex_set_rts()
709 &rts_thr, true); in mwifiex_set_rts()
H A Duap_cmd.c585 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
H A Dfw.h2020 __le16 rts_thr; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c698 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) in mwifiex_set_rts() argument
700 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE) in mwifiex_set_rts()
701 rts_thr = MWIFIEX_RTS_MAX_VALUE; in mwifiex_set_rts()
705 &rts_thr, true); in mwifiex_set_rts()
H A Duap_cmd.c574 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
H A Dfw.h2014 __le16 rts_thr; member

Completed in 39 milliseconds