mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Convert typedef statements in include/odm_HWConfig.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ed7a8186fe
commit
8d9e1697d6
2 changed files with 7 additions and 10 deletions
|
@ -251,7 +251,7 @@ odm_RxPhyStatus92CSeries_Parsing(
|
|||
u1Byte cck_highpwr = 0;
|
||||
u1Byte LNA_idx, VGA_idx;
|
||||
|
||||
PPHY_STATUS_RPT_8192CD_T pPhyStaRpt = (PPHY_STATUS_RPT_8192CD_T)pPhyStatus;
|
||||
struct phy_status_rpt *pPhyStaRpt = (struct phy_status_rpt *)pPhyStatus;
|
||||
|
||||
isCCKrate = ((pPktinfo->Rate >= DESC92C_RATE1M) && (pPktinfo->Rate <= DESC92C_RATE11M)) ? true : false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue