summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-05-11 17:00:43 -0700
committerspuligil <spuligil@codeaurora.org>2018-05-11 17:00:43 -0700
commitfcefdf3eed788aa452189d1390d8553e0b13db53 (patch)
tree1b42a82ac04069eb50a4cdfd1f23497431fdef0d
parentb64ad68c9ffc19e8902e219bfd4dcf805adfa39c (diff)
downloadwlan-fw-api-fcefdf3eed788aa452189d1390d8553e0b13db53.tar.gz
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
-rw-r--r--fw/htt_ppdu_stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/htt_ppdu_stats.h b/fw/htt_ppdu_stats.h
index 7499827..a3eaa25 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) \