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:

committed by
nshrivas

부모
aa7628361e
커밋
68d6f0d585
@@ -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) {
|
||||
|
Reference in New Issue
Block a user