qcacld-3.0: Record the channel number for pktcapture mode

For packet capture mode, record the channel number on
which STA vdev is operating on.

Change-Id: Id52536b5b238dc1e4fe4c612a651c6fe8ddc17d3
CRs-Fixed: 2627713
Цей коміт міститься в:
Vulupala Shashank Reddy
2020-02-19 15:44:35 +05:30
зафіксовано nshrivas
джерело b43e1bc3ee
коміт d493c152c9
7 змінених файлів з 61 додано та 1 видалено

Переглянути файл

@@ -237,6 +237,14 @@ void ucfg_pkt_capture_tx_completion_process(
uint8_t tid, uint8_t status, bool pkt_format,
uint8_t *bssid, htt_pdev_handle pdev);
/**
* ucfg_pkt_capture_record_channel() - Update Channel Information
* for packet capture mode
* @vdev: pointer to vdev
*
* Return: None
*/
void ucfg_pkt_capture_record_channel(struct wlan_objmgr_vdev *vdev);
#else
static inline
QDF_STATUS ucfg_pkt_capture_init(void)
@@ -353,5 +361,10 @@ ucfg_pkt_capture_tx_completion_process(
{
}
static inline void
ucfg_pkt_capture_record_channel(struct wlan_objmgr_vdev *vdev)
{
}
#endif /* WLAN_FEATURE_PKT_CAPTURE */
#endif /* _WLAN_PKT_CAPTURE_UCFG_API_H_ */