Searched refs:rts_thresh (Results 1 - 11 of 11) sorted by relevance

/drivers/net/wireless/orinoco/
H A Dcfg.c89 wiphy->rts_threshold = priv->rts_thresh;
277 priv->rts_thresh = rts_value;
H A Dorinoco.h131 u16 ap_density, rts_thresh; member in struct:orinoco_private
H A Dhw.c330 &priv->rts_thresh);
576 priv->rts_thresh);
/drivers/staging/rtl8712/
H A Ddrv_types.h95 u16 rts_thresh; member in struct:registry_priv
H A Dos_intfs.c288 pxmitpriv->rts_thresh = pregistrypriv->rts_thresh;
H A Drtl871x_xmit.h228 u16 rts_thresh; member in struct:xmit_priv
H A Drtl871x_ioctl_linux.c1505 wrqu->rts.value = padapter->registrypriv.rts_thresh;
/drivers/staging/vt6655/
H A Ddevice.h382 int rts_thresh; //rts threshold member in struct:__device_opt
H A Ddevice_main.c414 pOpts->rts_thresh=RTS_THRESH_DEF;
444 pDevice->wRTSThreshold = pDevice->sOpts.rts_thresh;
/drivers/staging/vt6656/
H A Ddevice.h406 int rts_thresh; //rts threshold member in struct:__device_opt
/drivers/net/wireless/
H A Dmwl8k.c3127 mwl8k_cmd_set_rts_threshold(struct ieee80211_hw *hw, int rts_thresh) argument
3139 cmd->threshold = cpu_to_le16(rts_thresh);

Completed in 158 milliseconds