mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 01:19:36 +00:00
rtl8188eu: Another fix for RTL8188FU
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
fe4156ba5a
commit
d124526cf3
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ odm_rx_phy_status92c_series_parsing(
|
||||||
#if (RTL8188F_SUPPORT == 1)
|
#if (RTL8188F_SUPPORT == 1)
|
||||||
else if (p_dm_odm->support_ic_type & (ODM_RTL8188F)) {
|
else if (p_dm_odm->support_ic_type & (ODM_RTL8188F)) {
|
||||||
|
|
||||||
rx_pwr_all = odm_CCKRSSI_8188F(LNA_idx, VGA_idx);
|
rx_pwr_all = odm_CCKRSSI_8188E(p_dm_odm, LNA_idx, VGA_idx);
|
||||||
/**/
|
/**/
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue