qcacmn: Add hal_rx_get_rx_fragment_number API
Implement hal_rx_get_rx_fragment_number based on the chipset as the macro HAL_RX_MPDU_GET_SEQUENCE_NUMBER is chipset specific. Change-Id: I967190fa3a55d45f46760f58eab5007bf5fa908f CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
c5068e341f
commit
d1b7e4c326
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -24,6 +24,11 @@
|
||||
#include "dp_types.h"
|
||||
#include "hal_api_mon.h"
|
||||
|
||||
#define HAL_RX_MPDU_GET_SEQUENCE_NUMBER(_rx_mpdu_info) \
|
||||
(_HAL_MS((*_OFFSET_TO_WORD_PTR(_rx_mpdu_info, \
|
||||
RX_MPDU_INFO_2_MPDU_SEQUENCE_NUMBER_OFFSET)), \
|
||||
RX_MPDU_INFO_2_MPDU_SEQUENCE_NUMBER_MASK, \
|
||||
RX_MPDU_INFO_2_MPDU_SEQUENCE_NUMBER_LSB))
|
||||
/*
|
||||
* hal_rx_msdu_start_nss_get_8074(): API to get the NSS
|
||||
* Interval from rx_msdu_start
|
||||
|
Reference in New Issue
Block a user