Searched refs:frag_thr (Results 1 – 6 of 6) sorted by relevance
80 u32 frag_thr; member
1133 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()
680 mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr) in mwifiex_set_frag() argument682 if (frag_thr < MWIFIEX_FRAG_MIN_VALUE || in mwifiex_set_frag()683 frag_thr > MWIFIEX_FRAG_MAX_VALUE) in mwifiex_set_frag()684 frag_thr = MWIFIEX_FRAG_MAX_VALUE; in mwifiex_set_frag()688 &frag_thr, true); in mwifiex_set_frag()
578 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold); in mwifiex_uap_bss_param_prepare()
2007 __le16 frag_thr; member