qcacmn: Support congestion report on multiple interfaces

Support congestion report on multiple interfaces

Change-Id: I8a3dcc006576b26574e072cf6f74daee4925e6be
CRs-Fixed: 2909919
This commit is contained in:
Paul Zhang
2021-03-27 10:11:30 +08:00
committed by snandini
parent ec05e79403
commit cedbb9d221
3 changed files with 8 additions and 0 deletions

View File

@@ -4012,6 +4012,7 @@ typedef struct {
* @fcsBad:
* @noBeacons:
* @mib_int_count:
* @pdev_id: pdev id
*/
typedef struct {
int32_t chan_nf;
@@ -4028,6 +4029,7 @@ typedef struct {
uint32_t fcsBad;
uint32_t noBeacons;
uint32_t mib_int_count;
uint32_t pdev_id;
} wmi_host_pdev_stats;
/**