qcacmn: Fix issues with rdkstats

The following issues are fixed with this change-
1. Sojourn stats were printing incorrect values
2. RSSI values were junk numbers

Change-Id: Ibed73cf370a309bf9db5baad37a0e8261c58463b
This commit is contained in:
Aakanksha Doda
2022-01-04 13:56:41 +05:30
committed by Madan Koyyalamudi
parent 3d9c419f95
commit d92a7a0776
6 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021,2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -55,7 +55,7 @@
/* 1 additional GI is for invalid values */
#define MAX_GI (4 + 1)
#define SS_COUNT 8
#define MAX_BW 7
#define MAX_BW 8
#define MAX_RECEPTION_TYPES 4
#define MAX_TRANSMIT_TYPES 9