Skip to content

Commit

Permalink
Update rtl8812a_hal_init.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 7, 2024
1 parent c582875 commit 7eaa933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hal/rtl8812a/rtl8812a_hal_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1128,13 +1128,13 @@ hal_ReadPAType_8812A(
IN u8 *PROMContent,
IN BOOLEAN AutoloadFail

RTW_WARN("OpenHD warning: Detecting PA !");
RTW_WARN("OpenHD warning: Detecting PA !(%u)\n", AutoloadFail);
)
{
HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter);

if (!AutoloadFail) {
RTW_WARN("OpenHD warning: Autoload failed !");
RTW_WARN("Autoload Fail !(%u)\n", AutoloadFail);
if (GetRegAmplifierType2G(Adapter) == 0) { /* AUTO */
pHalData->PAType_2G = ReadLE1Byte(&PROMContent[EEPROM_PA_TYPE_8812AU]);
pHalData->LNAType_2G = ReadLE1Byte(&PROMContent[EEPROM_LNA_TYPE_2G_8812AU]);
Expand Down

0 comments on commit 7eaa933

Please sign in to comment.