Searched refs:frag_thr (Results 1 – 6 of 6) sorted by relevance
80 u32 frag_thr; member
1135 wiphy->frag_threshold = macinfo->frag_thr; in qtnf_wiphy_register()
1244 mac_info->frag_thr = le32_to_cpu(resp_info->frag_threshold); in qtnf_cmd_resp_proc_mac_info()
686 mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr) in mwifiex_set_frag() argument688 if (frag_thr < MWIFIEX_FRAG_MIN_VALUE || in mwifiex_set_frag()689 frag_thr > MWIFIEX_FRAG_MAX_VALUE) in mwifiex_set_frag()690 frag_thr = MWIFIEX_FRAG_MAX_VALUE; in mwifiex_set_frag()694 &frag_thr, true); in mwifiex_set_frag()
598 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold); in mwifiex_uap_bss_param_prepare()
2020 __le16 frag_thr; member