diff options
| author | Barry Golden <[email protected]> | 2020-06-10 13:49:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-10 13:49:58 -0700 |
| commit | 5f79744859170d03e72c236ff099e21cc3e949ff (patch) | |
| tree | 8233f707ba36a1ec8f9ca273442bcebc59fb7b52 | |
| parent | 325b87cf839b1b5c0ff46bb8c201612cfaedc561 (diff) | |
Updated comment in line 698
Updated comment text to meet bias-free communication guidance.
For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.
| -rw-r--r-- | network/wlan/WDI/HAL/phydm/phydm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/wlan/WDI/HAL/phydm/phydm.h b/network/wlan/WDI/HAL/phydm/phydm.h index 21651973..492a4f2a 100644 --- a/network/wlan/WDI/HAL/phydm/phydm.h +++ b/network/wlan/WDI/HAL/phydm/phydm.h @@ -620,7 +620,7 @@ typedef struct DM_Out_Source_Dynamic_Mechanism_Structure //-----------HOOK BEFORE REG INIT-----------// // ODM Platform info AP/ADSL/CE/MP = 1/2/3/4 u1Byte SupportPlatform; - // ODM Support Ability DIG/RATR/TX_PWR_TRACK/ �K�K = 1/2/3/�K + // ODM Support Ability DIG/RATR/TX_PWR_TRACK/ ¡K¡K = 1/2/3/¡K u4Byte SupportAbility; // ODM PCIE/USB/SDIO = 1/2/3 u1Byte SupportInterface; @@ -695,7 +695,7 @@ typedef struct DM_Out_Source_Dynamic_Mechanism_Structure BOOLEAN *pbGetValueFromOtherMac; PADAPTER *pBuddyAdapter; - BOOLEAN *pbMasterOfDMSP; //MAC0: master, MAC1: slave + BOOLEAN *pbMasterOfDMSP; //MAC0: master, MAC1: subordinate // Common info for Status BOOLEAN *pbScanInProcess; BOOLEAN *pbPowerSaving; |
