Lines Matching defs:frag_threshold
690 tx->local->hw.wiphy->frag_threshold);
873 int frag_threshold)
878 int per_fragm = frag_threshold - hdrlen - FCS_LEN;
894 frag_threshold +
937 int frag_threshold = tx->local->hw.wiphy->frag_threshold;
962 if (WARN_ON(skb->len + FCS_LEN <= frag_threshold))
973 if (ieee80211_fragment(tx, skb, hdrlen, frag_threshold))
1236 skb->len + FCS_LEN <= local->hw.wiphy->frag_threshold ||
2975 if (local->hw.wiphy->frag_threshold != (u32)-1 &&