qcacmn: Add support for delivering unencrypted errors
In mesh mode, it is possible to receive unencrypted frames while security is enabled. Deliver such frames to OS stack. Change-Id: Id148b6ecc1432b419ae97c92f2340155f3d851bf CRs-Fixed: 2004658
This commit is contained in:

committed by
snandini

parent
403b085d0a
commit
eb8a92cedc
@@ -1827,7 +1827,7 @@ enum hal_rxdma_error_code {
|
||||
HAL_RXDMA_ERR_FCS,
|
||||
HAL_RXDMA_ERR_DECRYPT,
|
||||
HAL_RXDMA_ERR_TKIP_MIC,
|
||||
HAL_RXDMA_ERR_UNECRYPTED,
|
||||
HAL_RXDMA_ERR_UNENCRYPTED,
|
||||
HAL_RXDMA_ERR_MSDU_LEN,
|
||||
HAL_RXDMA_ERR_MSDU_LIMIT,
|
||||
HAL_RXDMA_ERR_WIFI_PARSE,
|
||||
|
Reference in New Issue
Block a user