mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-01-07 06:35:29 +00:00
Removed some spacing
This commit is contained in:
parent
6926fe7f63
commit
87b296ddbf
@ -35,7 +35,6 @@ Major Change History:
|
|||||||
--*/
|
--*/
|
||||||
#include <HalPwrSeqCmd.h>
|
#include <HalPwrSeqCmd.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Description:
|
* Description:
|
||||||
* This routine deal with the Power Configuration CMDs parsing for RTL8723/RTL8188E Series IC.
|
* This routine deal with the Power Configuration CMDs parsing for RTL8723/RTL8188E Series IC.
|
||||||
@ -63,7 +62,6 @@ u8 HalPwrSeqCmdParsing(
|
|||||||
do {
|
do {
|
||||||
PwrCfgCmd = PwrSeqCmd[AryIdx];
|
PwrCfgCmd = PwrSeqCmd[AryIdx];
|
||||||
|
|
||||||
|
|
||||||
/* 2 Only Handle the command whose FAB, CUT, and Interface are matched */
|
/* 2 Only Handle the command whose FAB, CUT, and Interface are matched */
|
||||||
if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) &&
|
if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) &&
|
||||||
(GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) &&
|
(GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user