Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wl1251/
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\
Dwl1251.h86 CFG_RX_MGMT_EN | \
Dcmd.c430 CFG_RX_MGMT_EN | in wl1251_cmd_scan()
Dacx.h738 #define CFG_RX_MGMT_EN BIT(4) macro