wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 11 Oct 2023 11:52:52 +0000 (19:52 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 12 Oct 2023 12:14:27 +0000 (15:14 +0300)
commit786a93c9b2327543c7b039fb732d9d6cc02382f6
tree7c9bd8705166f5c620b5b8c298df67a41593e9f0
parent61b546b1f3e24007bc39e31e332466725e7df470
wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet

There are two kinds of RX packets -- normal and its PPDU status packet.
Both have RX descriptor containing some information such as rate, GI and
bandwidth, and we use these information to find the relationship between
two kinds of packets. Then, we can get more information like RSSI and EVM
from PPDU status packet.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231011115256.6121-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c