Browse Source

fw-api: CL 23935730 - update fw common interface files

add HTT_RXDATA_ERR_INVALID_PEER def

Change-Id: Ie936cf743ffc196615bea93ba9977c745d8a8073
CRs-Fixed: 2262693
spuligil 1 year ago
parent
commit
57122144ea
1 changed files with 8 additions and 1 deletions
  1. 8 1
      fw/htt.h

+ 8 - 1
fw/htt.h

@@ -251,9 +251,10 @@
  * 3.123 Add HTT_OPTION_TLV_TCL_METADATA_V21 def.
  * 3.124 Add HTT_T2H_MSG_TYPE_PEER_EXTENDED_EVENT def.
  * 3.125 Expand fisa_aggr_limit bits in fisa_control_bits_v2.
+ * 3.126 Add HTT_RXDATA_ERR_INVALID_PEER def.
  */
 #define HTT_CURRENT_VERSION_MAJOR 3
-#define HTT_CURRENT_VERSION_MINOR 125
+#define HTT_CURRENT_VERSION_MINOR 126
 
 #define HTT_NUM_TX_FRAG_DESC  1024
 
@@ -21383,6 +21384,12 @@ typedef enum htt_t2h_rx_data_msdu_err {
      */
     HTT_RXDATA_ERR_ZERO_LEN_MSDU    = 7,
 
+    /* ERR_INVALID_PEER:
+     * FW sets this error flag when MSDU is recived from invalid PEER
+     * HOST decides to send DEAUTH or not, recyles buffer.
+     */
+    HTT_RXDATA_ERR_INVALID_PEER     = 8,
+
     /* add new error codes here */
 
     HTT_RXDATA_ERR_MAX              = 32