Home
last modified time | relevance | path

Searched refs:CFG_RX_MGMT_EN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dreg.h334 #define RX_FILTER_OPTION_DEF (CFG_RX_MGMT_EN | CFG_RX_DATA_EN\
340 #define RX_FILTER_OPTION_DEF_PRSP_BCN (CFG_RX_PRSP_EN | CFG_RX_MGMT_EN\
343 #define RX_FILTER_OPTION_JOIN (CFG_RX_MGMT_EN | CFG_RX_DATA_EN\
H A Dwl1251.h86 CFG_RX_MGMT_EN | \
H A Dcmd.c430 CFG_RX_MGMT_EN | in wl1251_cmd_scan()
H A Dacx.h738 #define CFG_RX_MGMT_EN BIT(4) macro