瀏覽代碼

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
spuligil 7 年之前
父節點
當前提交
38dfe8e850
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fw/htt_ppdu_stats.h

+ 2 - 2
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) \