RRSR_6M          2587 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	u16 basic_rate = RRSR_1M | RRSR_2M | RRSR_5_5M | RRSR_11M | RRSR_6M;
RRSR_6M           577 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 			*rate_config |= RRSR_6M;
RRSR_6M           619 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 			*rate_config |= RRSR_6M;
RRSR_6M          1058 drivers/staging/rtl8192u/r8192U_core.c 			*rate_config |= RRSR_6M;
RRSR_6M          1099 drivers/staging/rtl8192u/r8192U_core.c 			*rate_config |= RRSR_6M;
RRSR_6M          3815 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		u16 rrsr_2g_allow_mask = (RRSR_24M|RRSR_12M|RRSR_6M|RRSR_CCK_RATES);
RRSR_6M          3833 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 			if ((BrateCfg & (RRSR_24M|RRSR_12M|RRSR_6M)) == 0)
RRSR_6M          3834 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 				BrateCfg |= RRSR_6M;
RRSR_6M           630 drivers/staging/rtl8723bs/include/hal_com_reg.h #define RRSR_OFDM_RATES (RRSR_54M|RRSR_48M|RRSR_36M|RRSR_24M|RRSR_18M|RRSR_12M|RRSR_9M|RRSR_6M)