Home
last modified time | relevance | path

Searched refs:MAC_FILTER_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_hw.h85 #define MAC_FILTER_MASK (BIT(0) | BIT(1) | BIT(2) | BIT(3) | BIT(5) | \ macro
H A Dr8192U_core.c583 rxconf = rxconf & ~MAC_FILTER_MASK; in rtl8192_set_rxconf()