HomeSort by relevance Sort by last modified time
    Searched refs:frag_threshold (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 164 uint32 frag_threshold; member in struct:wl_conf
wl_cfg80211.c 167 static int32 wl_set_frag(struct net_device *dev, uint32 frag_threshold);
168 static int32 wl_set_rts(struct net_device *dev, uint32 frag_threshold);
935 wl_set_frag(struct net_device *dev, uint32 frag_threshold)
942 if (unlikely((err = wl_dev_intvar_set(dev, "fragthresh", frag_threshold)))) {
991 (wl->conf->frag_threshold != wiphy->frag_threshold)) {
992 wl->conf->frag_threshold = wiphy->frag_threshold;
993 if (!(err = wl_set_frag(ndev, wl->conf->frag_threshold))) {
    [all...]

Completed in 12 milliseconds