Commit fc4d82c0 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman

staging: rtl8821ae: Fix typo in rtl8821ae/btcoexist

Fix spelling typo in rtl8821ae/btcoexist.
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1d80d842
...@@ -1653,7 +1653,7 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl( ...@@ -1653,7 +1653,7 @@ halbtc8812a1ant_TdmaDurationAdjustForAcl(
} }
else else
{ {
//accquire the BT TRx retry count from BT_Info byte2 //acquire the BT TRx retry count from BT_Info byte2
retry_count = coex_sta->bt_retry_cnt; retry_count = coex_sta->bt_retry_cnt;
bt_info_ext = coex_sta->bt_info_ext; bt_info_ext = coex_sta->bt_info_ext;
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retry_count = %d\n", retry_count)); BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retry_count = %d\n", retry_count));
......
...@@ -629,7 +629,7 @@ halbtc8723a1ant_TdmaDurationAdjust( ...@@ -629,7 +629,7 @@ halbtc8723a1ant_TdmaDurationAdjust(
} }
else else
{ {
//accquire the BT TRx retry count from BT_Info byte2 //acquire the BT TRx retry count from BT_Info byte2
retryCount = pCoexSta->btRetryCnt; retryCount = pCoexSta->btRetryCnt;
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], retryCount = %d\n", retryCount));
result = 0; result = 0;
......
...@@ -1721,7 +1721,7 @@ halbtc8192e1ant_TdmaDurationAdjustForAcl( ...@@ -1721,7 +1721,7 @@ halbtc8192e1ant_TdmaDurationAdjustForAcl(
} }
else else
{ {
//accquire the BT TRx retry count from BT_Info byte2 //acquire the BT TRx retry count from BT_Info byte2
retryCount = pCoexSta->btRetryCnt; retryCount = pCoexSta->btRetryCnt;
btInfoExt = pCoexSta->btInfoExt; btInfoExt = pCoexSta->btInfoExt;
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount)); BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount));
......
...@@ -1803,7 +1803,7 @@ void halbtc8192e2ant_tdma_duration_adjust(struct btc_coexist *btcoexist, ...@@ -1803,7 +1803,7 @@ void halbtc8192e2ant_tdma_duration_adjust(struct btc_coexist *btcoexist,
result = 0; result = 0;
wait_cnt = 0; wait_cnt = 0;
} else { } else {
/* accquire the BT TRx retry count from BT_Info byte2 */ /* acquire the BT TRx retry count from BT_Info byte2 */
retry_cnt = coex_sta->bt_retry_cnt; retry_cnt = coex_sta->bt_retry_cnt;
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL,
"[BTCoex], retry_cnt = %d\n", retry_cnt); "[BTCoex], retry_cnt = %d\n", retry_cnt);
......
...@@ -1687,7 +1687,7 @@ halbtc8723a2ant_TdmaDurationAdjust( ...@@ -1687,7 +1687,7 @@ halbtc8723a2ant_TdmaDurationAdjust(
} }
else else
{ {
//accquire the BT TRx retry count from BT_Info byte2 //acquire the BT TRx retry count from BT_Info byte2
retryCount = pCoexSta->btRetryCnt; retryCount = pCoexSta->btRetryCnt;
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount)); BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount));
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n",
......
...@@ -1950,7 +1950,7 @@ void halbtc8723b1ant_tdma_duration_adjust_for_acl(struct btc_coexist *btcoexist, ...@@ -1950,7 +1950,7 @@ void halbtc8723b1ant_tdma_duration_adjust_for_acl(struct btc_coexist *btcoexist,
result = 0; result = 0;
wait_count = 0; wait_count = 0;
} else { } else {
/*accquire the BT TRx retry count from BT_Info byte2 */ /*acquire the BT TRx retry count from BT_Info byte2 */
retry_count = coex_sta->bt_retry_cnt; retry_count = coex_sta->bt_retry_cnt;
bt_info_ext = coex_sta->bt_info_ext; bt_info_ext = coex_sta->bt_info_ext;
result = 0; result = 0;
......
...@@ -1830,7 +1830,7 @@ void halbtc8723b2ant_tdma_duration_adjust(struct btc_coexist *btcoexist, ...@@ -1830,7 +1830,7 @@ void halbtc8723b2ant_tdma_duration_adjust(struct btc_coexist *btcoexist,
result = 0; result = 0;
wait_count = 0; wait_count = 0;
} else { } else {
/*accquire the BT TRx retry count from BT_Info byte2*/ /*acquire the BT TRx retry count from BT_Info byte2*/
retryCount = coex_sta->bt_retry_cnt; retryCount = coex_sta->bt_retry_cnt;
BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL,
"[BTCoex], retryCount = %d\n", retryCount); "[BTCoex], retryCount = %d\n", retryCount);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment