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:

committed by
Madan Koyyalamudi

parent
3d9c419f95
commit
d92a7a0776
@@ -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
|
||||
|
Reference in New Issue
Block a user