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 69c3422 commit e69792a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hal/rtl8812a/rtl8812a_hal_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,8 +1225,9 @@ Hal_ReadAmplifierType_8812A(

if ((pHalData->LNAType_5G & (BIT7 | BIT3)) == (BIT7 | BIT3)) /* [5G] Path A and B are both extLNA */
pHalData->TypeALNA = extTypeLNA_5G_B << 2 | extTypeLNA_5G_A;

//OpenHD fix to PA always enabled
pHalData->TypeAPA = extTypePA_5G_B << 2 | extTypePA_5G_A;
pHalData->TypeAPA = 1;
RTW_INFO("pHalData->TypeGPA = 0x%X\n", pHalData->TypeGPA);
RTW_INFO("pHalData->TypeAPA = 0x%X\n", pHalData->TypeAPA);
RTW_INFO("pHalData->TypeGLNA = 0x%X\n", pHalData->TypeGLNA);
Expand Down

0 comments on commit e69792a

Please sign in to comment.