Selaa lähdekoodia

qcacmn: Add extra tx actions for peer filtering

Add extra actions for tx peer filtering. This actions are used
to indicate to FW for the first peer addition and the last peer
deletion. This will be used by FW to set and clear peer filtering
related registers.

Change-Id: I1488146f54f3aab82651f4a27823a9b977d7b307
CRs-Fixed: 3237958
Nandha Kishore Easwaran 3 vuotta sitten
vanhempi
sitoutus
34b8c3c3b9
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      dp/inc/cdp_txrx_ops.h

+ 4 - 0
dp/inc/cdp_txrx_ops.h

@@ -71,6 +71,10 @@ enum cdp_tx_filter_action {
 	CDP_TX_FILTER_ACTION_ADD = 1,
 	/* delete peer mac address */
 	CDP_TX_FILTER_ACTION_DEL,
+	/* Enable Tx peer filtering */
+	CDP_TX_FILTER_ACTION_ENABLE_FILTERING,
+	/* Clear Tx peer filtering */
+	CDP_TX_FILTER_ACTION_CLEAR_FILTERING,
 };
 
 #define CDP_DELBA_INTERVAL_MS 3000