mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Remove RATE_ADAPTIVE_SUPPORT - this is selected
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4f92869c5b
commit
a0911e4309
12 changed files with 14 additions and 181 deletions
|
@ -8406,10 +8406,7 @@ void mlmeext_joinbss_event_callback(struct adapter *padapter, int join_res)
|
|||
|
||||
/* set per sta rate after updating HT cap. */
|
||||
set_sta_rate(padapter, psta);
|
||||
|
||||
#if (RATE_ADAPTIVE_SUPPORT==1) /* for 88E RA */
|
||||
rtw_hal_set_hwreg(padapter,HW_VAR_TX_RPT_MAX_MACID, (u8*)&psta->mac_id);
|
||||
#endif
|
||||
media_status = (psta->mac_id<<8)|1; /* MACID|OPMODE: 1 means connect */
|
||||
rtw_hal_set_hwreg(padapter,HW_VAR_H2C_MEDIA_STATUS_RPT,(u8 *)&media_status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue