We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecd73e commit 6980b02Copy full SHA for 6980b02
drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
@@ -594,8 +594,8 @@ u8 PHY_GetTxPowerIndex(
594
void PHY_SetTxPowerLevel8723B(struct adapter *Adapter, u8 Channel)
595
{
596
struct hal_com_data *pHalData = GET_HAL_DATA(Adapter);
597
- struct DM_ODM_T * pDM_Odm = &pHalData->odmpriv;
598
- struct FAT_T * pDM_FatTable = &pDM_Odm->DM_FatTable;
+ struct DM_ODM_T *pDM_Odm = &pHalData->odmpriv;
+ struct FAT_T *pDM_FatTable = &pDM_Odm->DM_FatTable;
599
u8 RFPath = ODM_RF_PATH_A;
600
601
if (pHalData->AntDivCfg) {/* antenna diversity Enable */
0 commit comments