qca-wifi: Check peer capture enable while enqueuing MSDUS
this is done to queue frames when filtering and eventually free them when the feature is disabled Change-Id: I2dcaa1b354e8e2a0403cf438526a545669ed84e6
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
6012551d92
commit
6829a32527
@@ -73,5 +73,15 @@ dp_rx_mon_enh_capture_process(struct dp_pdev *pdev, uint32_t tlv_status,
|
||||
*/
|
||||
QDF_STATUS
|
||||
dp_config_enh_rx_capture(struct cdp_pdev *pdev_handle, uint8_t val);
|
||||
|
||||
/**
|
||||
* dp_peer_set_rx_capture_enabled: Set rx_cap_enabled bit in peer
|
||||
* @peer_handle: Peer handle
|
||||
* @value: Enable/disable setting for rx_cap_enabled
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void
|
||||
dp_peer_set_rx_capture_enabled(struct cdp_peer *peer_handle, bool value);
|
||||
#endif /* WLAN_RX_PKT_CAPTURE_ENH */
|
||||
#endif /* _DP_RX_MON_FEATURE_H_ */
|
||||
|
Reference in New Issue
Block a user