Lines Matching refs:frag_threshold
689 tx->local->hw.wiphy->frag_threshold);
888 int frag_threshold)
893 int per_fragm = frag_threshold - hdrlen - FCS_LEN;
909 frag_threshold +
952 int frag_threshold = tx->local->hw.wiphy->frag_threshold;
977 if (WARN_ON(skb->len + FCS_LEN <= frag_threshold))
988 if (ieee80211_fragment(tx, skb, hdrlen, frag_threshold))
1275 skb->len + FCS_LEN <= local->hw.wiphy->frag_threshold ||
3063 if (local->hw.wiphy->frag_threshold != (u32)-1 &&