qcacmn: Add hal_rx_get_mpdu_sequence_control_valid API

Implement hal_rx_get_mpdu_sequence_control_valid
API based on the chipset as
the macro to retrieve sequence control valid
value is chipset dependent.

Change-Id: I01a006094d0330060e9ff1a91200c48c2426f38d
CRs-Fixed: 2522133
此提交包含在:
Venkata Sharath Chandra Manchala
2019-09-21 15:33:47 -07:00
提交者 nshrivas
父節點 aa7628361e
當前提交 68d6f0d585
共有 14 個檔案被更改,包括 133 行新增16 行删除

查看文件

@@ -404,6 +404,7 @@ struct hal_hw_txrx_ops {
(*hal_rx_mpdu_get_addr3)(uint8_t *buf, uint8_t *mac_addr);
QDF_STATUS
(*hal_rx_mpdu_get_addr4)(uint8_t *buf, uint8_t *mac_addr);
uint8_t (*hal_rx_get_mpdu_sequence_control_valid)(uint8_t *buf);
};
/**