wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status
authorPing-Ke Shih <pkshih@realtek.com>
Tue, 18 Apr 2023 01:28:14 +0000 (09:28 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 5 May 2023 11:58:27 +0000 (14:58 +0300)
commit9805500606c256cf61ef73a767d7e797fe5ba18e
tree8101768e0af35375f221ad661f1d1a2e21c56318
parent77005533777267736fca64fa376b8a835cb8806b
wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status

To be more clear to know where it gets information from PHY IE0 data,
change to use struct and standard le32_get_bits() to access. This doesn't
change logic at all.

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