Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.h130 enum cck_rx_path_method cck_method; member
Dr8192U_dm.c2389 DM_RxPathSelTable.cck_method = CCK_RX_VERSION_2; in dm_init_rxpath_selection()
2391 DM_RxPathSelTable.cck_method = CCK_RX_VERSION_1; in dm_init_rxpath_selection()
2427 DM_RxPathSelTable.cck_method = CCK_RX_VERSION_2; /* pure B mode, fixed cck version2 */ in dm_rxpath_sel_byrssi()
2491 if (DM_RxPathSelTable.cck_method == CCK_RX_VERSION_2) { in dm_rxpath_sel_byrssi()
2549 if (DM_RxPathSelTable.cck_method == CCK_RX_VERSION_2) { in dm_rxpath_sel_byrssi()
2565 if (DM_RxPathSelTable.cck_method == CCK_RX_VERSION_1) { in dm_rxpath_sel_byrssi()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h142 u8 cck_method; member
Drtl_dm.c1889 DM_RxPathSelTable.cck_method = CCK_Rx_Version_2; in _rtl92e_dm_init_rx_path_selection()
1891 DM_RxPathSelTable.cck_method = CCK_Rx_Version_1; in _rtl92e_dm_init_rx_path_selection()
1931 DM_RxPathSelTable.cck_method = CCK_Rx_Version_2; in _rtl92e_dm_rx_path_sel_byrssi()
1986 if (DM_RxPathSelTable.cck_method == CCK_Rx_Version_2) { in _rtl92e_dm_rx_path_sel_byrssi()
2053 if (DM_RxPathSelTable.cck_method == CCK_Rx_Version_2) { in _rtl92e_dm_rx_path_sel_byrssi()
2071 if (DM_RxPathSelTable.cck_method == CCK_Rx_Version_1) { in _rtl92e_dm_rx_path_sel_byrssi()