qcacmn: Add hal_rx_get_mpdu_mac_ad4_valid API
Implement hal_rx_get_mpdu_mac_ad4_valid API based on the chipset as the macro to retrieve mac_ad4 value is chipset dependent. Change-Id: I9d7cc90e798d4f0775e915fe6edcb1a1f5129490 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
55f2d92e61
commit
2a52d3426c
@@ -2081,7 +2081,8 @@ done:
|
||||
|
||||
if (qdf_unlikely(peer && (peer->nawds_enabled) &&
|
||||
(qdf_nbuf_is_da_mcbc(nbuf)) &&
|
||||
(hal_rx_get_mpdu_mac_ad4_valid(rx_tlv_hdr) ==
|
||||
(hal_rx_get_mpdu_mac_ad4_valid(soc->hal_soc,
|
||||
rx_tlv_hdr) ==
|
||||
false))) {
|
||||
tid_stats->fail_cnt[NAWDS_MCAST_DROP]++;
|
||||
DP_STATS_INC(peer, rx.nawds_mcast_drop, 1);
|
||||
|
Reference in New Issue
Block a user