Home
last modified time | relevance | path

Searched refs:rts_thr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/quantenna/qtnfmac/
A Dcore.h81 u32 rts_thr; member
A Dcfg80211.c1132 wiphy->rts_threshold = macinfo->rts_thr; in qtnf_wiphy_register()
A Dcommands.c1243 mac_info->rts_thr = le32_to_cpu(resp_info->rts_threshold); in qtnf_cmd_resp_proc_mac_info()
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_mac.c951 u16 rts_thr; in mt76x02_mac_set_tx_protection() local
965 rts_thr = mt76_get_field(dev, MT_TX_RTS_CFG, MT_TX_RTS_CFG_THRESH); in mt76x02_mac_set_tx_protection()
967 if (rts_thr != 0xffff) in mt76x02_mac_set_tx_protection()
982 if (rts_thr != 0xffff) in mt76x02_mac_set_tx_protection()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcfg80211.c708 mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr) in mwifiex_set_rts() argument
710 if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE) in mwifiex_set_rts()
711 rts_thr = MWIFIEX_RTS_MAX_VALUE; in mwifiex_set_rts()
715 &rts_thr, true); in mwifiex_set_rts()
A Duap_cmd.c578 rts_threshold->rts_thr = cpu_to_le16(bss_cfg->rts_threshold); in mwifiex_uap_bss_param_prepare()
A Dfw.h2024 __le16 rts_thr; member

Completed in 35 milliseconds