|
@@ -1267,7 +1267,7 @@ void rtw_hal_set_hwreg(struct adapter *Adapter, u8 variable, u8 *val)
|
|
|
/* Select RRSR (in Legacy-OFDM and CCK) */
|
|
|
/* For 8190, we select only 24M, 12M, 6M, 11M, 5.5M, 2M, and 1M from the Basic rate. */
|
|
|
/* We do not use other rates. */
|
|
|
- HalSetBrateCfg(val, &BrateCfg);
|
|
|
+ hal_set_brate_cfg(val, &BrateCfg);
|
|
|
DBG_88E("HW_VAR_BASIC_RATE: BrateCfg(%#x)\n", BrateCfg);
|
|
|
|
|
|
/* 2011.03.30 add by Luke Lee */
|