qcacmn: Add RxMON global enable support
Add RxMON global enable support for WKK Change-Id: If732318788821303441a5db9ebe21bd2d56b3679 CRs-Fixed: 3123532
此提交包含在:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021,2022 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
|
||||
@@ -958,6 +958,9 @@ int htt_h2t_rx_ring_cfg(struct htt_soc *htt_soc, int pdev_id,
|
||||
*msg_word = 0;
|
||||
HTT_H2T_MSG_TYPE_SET(*msg_word, HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG);
|
||||
|
||||
if (htt_tlv_filter->rx_mon_global_en)
|
||||
*msg_word |= (1 << RXMON_GLOBAL_EN_SHIFT);
|
||||
|
||||
/*
|
||||
* pdev_id is indexed from 0 whereas mac_id is indexed from 1
|
||||
* SW_TO_SW and SW_TO_HW rings are unaffected by this
|
||||
|
新增問題並參考
封鎖使用者