STR_EQUAL_2G     2849 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	if (STR_EQUAL_2G("2G", "A", "+", "CCK")) {
STR_EQUAL_2G     2851 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "A", "-", "CCK")) {
STR_EQUAL_2G     2853 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "B", "+", "CCK")) {
STR_EQUAL_2G     2855 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "B", "-", "CCK")) {
STR_EQUAL_2G     2857 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "A", "+", "ALL")) {
STR_EQUAL_2G     2859 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "A", "-", "ALL")) {
STR_EQUAL_2G     2861 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "B", "+", "ALL")) {
STR_EQUAL_2G     2863 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	} else if (STR_EQUAL_2G("2G", "B", "-", "ALL")) {