Home
last modified time | relevance | path

Searched refs:crcmon (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8192u/
Dr8192U_wx.c320 short prev = priv->crcmon; in r8192_wx_set_crcmon()
325 priv->crcmon=1; in r8192_wx_set_crcmon()
327 priv->crcmon=0; in r8192_wx_set_crcmon()
330 priv->crcmon ? "accepted" : "rejected"); in r8192_wx_set_crcmon()
332 if(prev != priv->crcmon && priv->up){ in r8192_wx_set_crcmon()
Dr8192U.h928 short crcmon; //if 1 allow bad crc frame reception in monitor mode member
Dr8192U_core.c990 if( priv->crcmon == 1 && priv->ieee80211->iw_mode == IW_MODE_MONITOR) in rtl8192_set_rxconf()
/linux-3.4.99/drivers/staging/rtl8187se/
Dr8180_wx.c148 short prev = priv->crcmon; in r8180_wx_set_crcmon()
157 priv->crcmon = 1; in r8180_wx_set_crcmon()
159 priv->crcmon = 0; in r8180_wx_set_crcmon()
162 priv->crcmon ? "accepted" : "rejected"); in r8180_wx_set_crcmon()
164 if (prev != priv->crcmon && priv->up) { in r8180_wx_set_crcmon()
Dr8180.h352 short crcmon; //if 1 allow bad crc frame reception in monitor mode member
Dr8185b_init.c1740 if (priv->crcmon == 1 && priv->ieee80211->iw_mode == IW_MODE_MONITOR) in rtl8185b_rx_enable()
Dr8180_core.c803 if (priv->crcmon == 1 && priv->ieee80211->iw_mode == IW_MODE_MONITOR) in rtl8180_rx_enable()
/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h672 short crcmon; member