History log of /wlan-dirver/qca-wifi-host-cmn/hal/wifi3.0/hal_rx_hw_defines.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 72a6ff4b 18-May-2023 Nandha Kishore Easwaran <quic_nandhaki@quicinc.com>

qcacmn: Fix tlv processing for Big endian mode

Fix tlv processing code for monitor mode in Big endian mode.
Changed all the 64bit tlv extraction apis and used 32 bit extraction apis.
This is needed

qcacmn: Fix tlv processing for Big endian mode

Fix tlv processing code for monitor mode in Big endian mode.
Changed all the 64bit tlv extraction apis and used 32 bit extraction apis.
This is needed in big endian mode since HW supports word swap option and
TLV has to be intepretted using 32bit extraction APIs.

TLV tag, userid and TLV len falls on the first 32 bit and hence using
both 32bit or 64 bit extraction APIs give same result.

Change-Id: I9b9ff78c79f21888964d405016c58c3b5988b254
CRs-Fixed: 3551002

show more ...


# 63ea23ad 26-Nov-2021 Rakesh Pillai <quic_pillair@quicinc.com>

qcacmn: Parse 64-bit TLVs in monitor status ring for WCN7850

In WCN7850, the tlv header width is 64-bit and the tlv header
start is 8-byte aligned inside the monitor status ring desc.

Add changes t

qcacmn: Parse 64-bit TLVs in monitor status ring for WCN7850

In WCN7850, the tlv header width is 64-bit and the tlv header
start is 8-byte aligned inside the monitor status ring desc.

Add changes to parse the monitor status ring TLV according
to the TLV header width.

Change-Id: I19860b871abbc3037174b9d0ae5ed6e52b1eb736
CRs-Fixed: 3084443

show more ...


# 9bf522cc 16-Feb-2021 Rakesh Pillai <pillair@codeaurora.org>

qcacmn: HAL hardware header files changes for beryllium

Add HAL hw header inclusion changes for WCN7850

Change-Id: I2d56cf6ddfa2bc60c6440c20f1798f5b876d2143
CRs-Fixed: 2891049