From fcefdf3eed788aa452189d1390d8553e0b13db53 Mon Sep 17 00:00:00 2001 From: spuligil Date: Fri, 11 May 2018 17:00:43 -0700 Subject: fw-api: CL 4590785 - update fw common interface files Extend NUM_MSDU bitfield in HTT PPDU stats flush TLV Change-Id: If4790ef02fa476e1bf521c08c54e842c601ed245 CRs-Fixed: 1107600 --- fw/htt_ppdu_stats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fw/htt_ppdu_stats.h b/fw/htt_ppdu_stats.h index 7499827dd978..a3eaa25f983b 100644 --- a/fw/htt_ppdu_stats.h +++ b/fw/htt_ppdu_stats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2017-2018 The Linux Foundation. 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 @@ -1477,7 +1477,7 @@ typedef struct { ((_var) |= ((_val) << HTT_PPDU_STATS_FLUSH_TLV_NUM_MPDU_S)); \ } while (0) -#define HTT_PPDU_STATS_FLUSH_TLV_NUM_MSDU_M 0x01fe0000 +#define HTT_PPDU_STATS_FLUSH_TLV_NUM_MSDU_M 0x7ffe0000 #define HTT_PPDU_STATS_FLUSH_TLV_NUM_MSDU_S 17 #define HTT_PPDU_STATS_FLUSH_TLV_NUM_MSDU_GET(_var) \ -- cgit v1.2.3