summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/wlan/WDI/COMMON/MgntLink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/wlan/WDI/COMMON/MgntLink.c b/network/wlan/WDI/COMMON/MgntLink.c
index a79a4684..fb65065a 100644
--- a/network/wlan/WDI/COMMON/MgntLink.c
+++ b/network/wlan/WDI/COMMON/MgntLink.c
@@ -9107,7 +9107,7 @@ MgntLinkRequest(
HAL_HiddenSSIDHandleBeforeScan(Adapter);
// TODO: In order to stable/optimize scan result, we might actually need to save the result for a certain time
- // TODO: We will leave this as it is at this time since we want to see the ture RF performance
+ // TODO: We will leave this as it is at this time since we want to see the true RF performance
// Clear content of bssDesc[] before scanning.
if(!CustomScan_InProgress(GET_CUSTOM_SCAN_INFO(Adapter)))
{// customized scan shall not have effect on normal scan, here it should not clear the scan list, 2011.01.11, haich