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

add HTT_RXDATA_ERR_INVALID_PEER def

Change-Id: Ie936cf743ffc196615bea93ba9977c745d8a8073
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-07-25 06:03:57 -07:00
parent 211a65173a
commit 57122144ea

View File

@@ -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