Home
last modified time | relevance | path

Searched refs:RTL818X_RX_CONF_MONITOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl818x/
H A Drtl818x.h154 #define RTL818X_RX_CONF_MONITOR (1 << 0) macro
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1322 priv->rx_conf |= RTL818X_RX_CONF_MONITOR; in rtl8187_configure_filter()
1324 priv->rx_conf &= ~RTL818X_RX_CONF_MONITOR; in rtl8187_configure_filter()
1332 if (priv->rx_conf & RTL818X_RX_CONF_MONITOR) { in rtl8187_configure_filter()
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c1589 priv->rx_conf ^= RTL818X_RX_CONF_MONITOR; in rtl8180_configure_filter()
1601 if (priv->rx_conf & RTL818X_RX_CONF_MONITOR) in rtl8180_configure_filter()