qcacmn: Send peer create to NSS only for connected peers

Send peer create to NSS only when peer map comes for connected peers.
When peer map comes for WDS peers only update WDS peer specific entries.

Change-Id: I32d785180bcd1dae2703d40b55f4536685f10439
This commit is contained in:
Radha krishna Simha Jiguru
2017-08-02 18:32:22 +05:30
committed by Gerrit - the friendly Code Review server
parent f80cf0eccb
commit f70f991f45
8 changed files with 36 additions and 18 deletions

View File

@@ -149,6 +149,11 @@ uint32_t dp_tx_comp_handler(struct dp_soc *soc, uint32_t ring_id,
int32_t
dp_tx_prepare_send_me(struct dp_vdev *vdev, qdf_nbuf_t nbuf);
#ifdef FEATURE_WDS
void dp_tx_mec_handler(struct dp_vdev *vdev, uint8_t *status);
#endif
/* TODO TX_FEATURE_NOT_YET */
static inline void dp_tx_comp_process_exception(struct dp_tx_desc_s *tx_desc)
{