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:
Pamidipati, Vijay
2017-05-01 00:55:56 +05:30
committed by snandini
parent 403b085d0a
commit eb8a92cedc
4 changed files with 134 additions and 22 deletions

View File

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