Browse Source

qcacld-3.0: Fix a code comment in hdd_fill_rate_info

Fix a code comment in the function hdd_fill_rate_info

Change-Id: Ia906bc063cd2dfdd5a43a436b6fdb5a155bbc68a
CRs-Fixed: 2728716
Aditya Kodukula 4 years ago
parent
commit
09d99afb7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/src/wlan_hdd_stats.c

+ 1 - 1
core/hdd/src/wlan_hdd_stats.c

@@ -3877,7 +3877,7 @@ static void hdd_fill_rate_info(struct wlan_objmgr_psoc *psoc,
 				/* report middle speed */
 				rssidx = 1;
 			} else if (stats->rssi >= link_speed_rssi_low) {
-				/* report middle speed */
+				/* report low speed */
 				rssidx = 2;
 			} else {
 				/* report actual speed */