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
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-21 15:33:47 -07:00
committed by nshrivas
부모 aa7628361e
커밋 68d6f0d585
14개의 변경된 파일133개의 추가작업 그리고 16개의 파일을 삭제

파일 보기

@@ -1446,7 +1446,8 @@ dp_rx_defrag_store_fragment(struct dp_soc *soc,
rx_tid = &peer->rx_tid[tid];
mpdu_sequence_control_valid =
hal_rx_get_mpdu_sequence_control_valid(rx_desc->rx_buf_start);
hal_rx_get_mpdu_sequence_control_valid(soc->hal_soc,
rx_desc->rx_buf_start);
/* Invalid MPDU sequence control field, MPDU is of no use */
if (!mpdu_sequence_control_valid) {