v2 staging: translates 3 comments into english in HalBtc8812a1Ant.c
Signed-off-by: Toralf Förster <toralf.foerster@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cf695df834
commit
aea36590b3
@ -1670,7 +1670,7 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl(
|
||||
if (dn <= 0)
|
||||
dn = 0;
|
||||
|
||||
if(up >= n) // if <20>s<EFBFBD><73> n <20><>2<EFBFBD><32> retry count<6E><74>0, <20>h<EFBFBD>ռeWiFi duration
|
||||
if(up >= n) // Google translated: if consecutive n-2 seconds retry count is 0, width-modulated WiFi duration
|
||||
{
|
||||
wait_count = 0;
|
||||
n = 3;
|
||||
@ -1688,14 +1688,14 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl(
|
||||
if (up <= 0)
|
||||
up = 0;
|
||||
|
||||
if (dn == 2) // if <20>s<EFBFBD><73> 2 <20><>2<EFBFBD><32> retry count< 3, <EFBFBD>h<EFBFBD>կ<EFBFBD>WiFi duration
|
||||
if (dn == 2) // Google translated: if 2 consecutive two seconds retry count <3, then tune narrow WiFi duration
|
||||
{
|
||||
if (wait_count <= 2)
|
||||
m++; // <EFBFBD>קK<EFBFBD>@<40><><EFBFBD>b<EFBFBD><62><EFBFBD><EFBFBD>level<65><6C><EFBFBD>Ӧ^
|
||||
m++; // Google translated: Avoid been back and forth in the two level
|
||||
else
|
||||
m = 1;
|
||||
|
||||
if ( m >= 20) //m <20>̤j<CCA4><6A> = 20 ' <20>̤j120<32><30> recheck<63>O<EFBFBD>_<EFBFBD>վ<EFBFBD> WiFi duration.
|
||||
if ( m >= 20) // Google translated: m max = 20 'Max 120 seconds recheck whether to adjust WiFi duration.
|
||||
m = 20;
|
||||
|
||||
n = 3*m;
|
||||
@ -1706,14 +1706,14 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl(
|
||||
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n"));
|
||||
}
|
||||
}
|
||||
else //retry count > 3, <EFBFBD>u<EFBFBD>n1<EFBFBD><EFBFBD> retry count > 3, <EFBFBD>h<EFBFBD>կ<EFBFBD>WiFi duration
|
||||
else // Google translated: retry count> 3, as long as a second retry count> 3, then tune narrow WiFi duration
|
||||
{
|
||||
if (wait_count == 1)
|
||||
m++; // <EFBFBD>קK<EFBFBD>@<40><><EFBFBD>b<EFBFBD><62><EFBFBD><EFBFBD>level<65><6C><EFBFBD>Ӧ^
|
||||
m++; // Google translated: Avoid been back and forth in the two level
|
||||
else
|
||||
m = 1;
|
||||
|
||||
if ( m >= 20) //m <20>̤j<CCA4><6A> = 20 ' <20>̤j120<32><30> recheck<63>O<EFBFBD>_<EFBFBD>վ<EFBFBD> WiFi duration.
|
||||
if ( m >= 20) // Google translated: m max = 20 'Max 120 seconds recheck whether to adjust WiFi duration.
|
||||
m = 20;
|
||||
|
||||
n = 3*m;
|
||||
|
Reference in New Issue
Block a user