qcacmn: Notify HMWDS ast add status to upper layers

Notification is sent in following two scenarios.
 - After call to dp_peer_add_ast() if we are not expecting any
   peer map event.
 - When HTT peer map event is received.

Change-Id: Id926d1cec1ee64520b0368fcc5000988c24e0513
CRs-Fixed: 2745542
This commit is contained in:
Jeevan Kukkalli
2020-07-08 23:57:43 +05:30
committed by snandini
vanhempi 66c83b2fbe
commit 94c430da4a
3 muutettua tiedostoa jossa 35 lisäystä ja 4 poistoa

Näytä tiedosto

@@ -2280,4 +2280,15 @@ static inline bool dp_soc_is_full_mon_enable(struct dp_pdev *pdev)
return (pdev->soc->full_mon_mode && pdev->monitor_configured) ?
true : false;
}
#ifndef FEATURE_WDS
static inline void
dp_hmwds_ast_add_notify(struct dp_peer *peer,
uint8_t *mac_addr,
enum cdp_txrx_ast_entry_type type,
QDF_STATUS err,
bool is_peer_map)
{
}
#endif
#endif /* #ifndef _DP_INTERNAL_H_ */