/drivers/net/wireless/orinoco/ |
H A D | cfg.c | 92 wiphy->frag_threshold = priv->frag_thresh + 1; 223 if (wiphy->frag_threshold < 0) 233 if (wiphy->frag_threshold < 0) 235 else if ((wiphy->frag_threshold < 257) || 236 (wiphy->frag_threshold > 2347)) 241 frag_value = wiphy->frag_threshold & ~0x1;
|
/drivers/net/wireless/ti/wl1251/ |
H A D | tx.c | 117 u16 payload_len, frag_threshold, mem_blocks; local 120 frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD; 121 tx_hdr->frag_threshold = cpu_to_le16(frag_threshold); 125 if (payload_len > frag_threshold) { 127 ((frag_threshold + MAX_MPDU_HEADER_AND_SECURITY) / 129 num_mpdus = payload_len / frag_threshold; 131 payload_len -= num_mpdus * frag_threshold;
|
H A D | tx.h | 151 __le16 frag_threshold; member in struct:tx_double_buffer_desc
|
/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_firmware.c | 40 u16 frag_threshold; local 51 frag_threshold = pfirmware->cmdpacket_frag_thresold; 53 if ((buffer_len - frag_offset) > frag_threshold) { 54 frag_length = frag_threshold ;
|
H A D | r8192E_cmdpkt.c | 33 u16 frag_threshold; local 45 frag_threshold = pfirmware->cmdpacket_frag_thresold; 48 if ((buffer_len - frag_offset) > frag_threshold) { 49 frag_length = frag_threshold ;
|
/drivers/staging/rtl8192u/ |
H A D | r819xU_firmware.c | 38 u16 frag_threshold; local 51 frag_threshold = pfirmware->cmdpacket_frag_thresold; 53 if ((buffer_len - frag_offset) > frag_threshold) { 54 frag_length = frag_threshold;
|
/drivers/net/wireless/mwifiex/ |
H A D | uap_cmd.c | 297 config->frag_threshold = 0x7FFF; 462 struct host_cmd_tlv_frag_threshold *frag_threshold; local 555 if ((bss_cfg->frag_threshold >= MWIFIEX_FRAG_MIN_VALUE) && 556 (bss_cfg->frag_threshold <= MWIFIEX_FRAG_MAX_VALUE)) { 557 frag_threshold = (struct host_cmd_tlv_frag_threshold *)tlv; 558 frag_threshold->header.type = 560 frag_threshold->header.len = 563 frag_threshold->frag_thr = cpu_to_le16(bss_cfg->frag_threshold);
|
H A D | ioctl.h | 97 u16 frag_threshold; member in struct:mwifiex_uap_bss_param
|
H A D | cfg80211.c | 603 bss_cfg->frag_threshold = wiphy->frag_threshold; 651 wiphy->frag_threshold); 2949 wiphy->frag_threshold = thr;
|
/drivers/net/wireless/ |
H A D | at76c50x-usb.h | 244 __le16 frag_threshold; member in struct:mib_mac 413 int frag_threshold; /* threshold for fragmentation of tx packets */ member in struct:at76_priv
|
H A D | at76c50x-usb.c | 891 priv->mib_buf.index = offsetof(struct mib_mac, frag_threshold); 1056 "max_rx_lifetime %d frag_threshold %d rts_threshold %d " 1064 le16_to_cpu(m->frag_threshold), le16_to_cpu(m->rts_threshold), 1370 priv->short_retry_limit, priv->frag_threshold, 1402 ccfg->fragmentation_threshold = cpu_to_le16(priv->frag_threshold); 1441 ret = at76_set_frag(priv, priv->frag_threshold); 2346 priv->frag_threshold = DEF_FRAG_THRESHOLD;
|
H A D | rndis_wlan.c | 1248 static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold) argument 1252 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, frag_threshold); 1254 if (frag_threshold < 256 || frag_threshold > 2346) 1255 frag_threshold = 2346; 1257 tmp = cpu_to_le32(frag_threshold); 1890 err = set_frag_threshold(usbdev, wiphy->frag_threshold);
|
H A D | atmel.c | 524 int frag_threshold; member in struct:atmel_private 1576 priv->frag_threshold = 2346; 2243 priv->frag_threshold = fthr; 2255 vwrq->value = priv->frag_threshold; 4040 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_FRAG_THRESHOLD_POS, priv->frag_threshold);
|
/drivers/net/wireless/rtlwifi/rtl8192se/ |
H A D | fw.c | 167 u16 frag_threshold = MAX_FIRMWARE_CODE_SIZE; local 184 if ((buffer_len - frag_offset) > frag_threshold) { 185 frag_length = frag_threshold + extra_descoffset;
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | wl_cfg80211.h | 94 u32 frag_threshold; member in struct:brcmf_cfg80211_conf
|
H A D | wl_cfg80211.c | 1063 static s32 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) argument 1068 frag_threshold); 1107 (cfg->conf->frag_threshold != wiphy->frag_threshold)) { 1108 cfg->conf->frag_threshold = wiphy->frag_threshold; 1109 err = brcmf_set_frag(ndev, cfg->conf->frag_threshold); 4762 conf->frag_threshold = (u32)-1;
|
/drivers/net/wireless/rsi/ |
H A D | rsi_mgmt.h | 215 __le16 frag_threshold; member in struct:rsi_vap_caps
|
H A D | rsi_91x_mac80211.c | 1088 wiphy->frag_threshold = IEEE80211_MAX_FRAG_THRESHOLD;
|
/drivers/net/wireless/ti/wlcore/ |
H A D | acx.c | 911 int wl1271_acx_frag_threshold(struct wl1271 *wl, u32 frag_threshold) argument 920 if (frag_threshold > IEEE80211_MAX_FRAG_THRESHOLD) 921 frag_threshold = wl->conf.tx.frag_threshold; 923 wl1271_debug(DEBUG_ACX, "acx frag threshold: %d", frag_threshold); 932 acx->frag_threshold = cpu_to_le16((u16)frag_threshold);
|
H A D | conf.h | 670 u16 frag_threshold; member in struct:conf_tx_settings
|
H A D | acx.h | 461 __le16 frag_threshold; member in struct:acx_frag_threshold 1087 int wl1271_acx_frag_threshold(struct wl1271 *wl, u32 frag_threshold);
|
H A D | init.c | 726 ret = wl1271_acx_frag_threshold(wl, wl->hw->wiphy->frag_threshold);
|
/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 476 if (wiphy->frag_threshold == -1) 479 data = wiphy->frag_threshold;
|
/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 529 u32 frag_threshold; member in struct:ipw2100_priv
|
/drivers/staging/vt6656/ |
H A D | main_usb.c | 986 wiphy->frag_threshold = FRAG_THRESH_DEF;
|