mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
wifi: rtw89: mac: remove undefined bit B_BE_PPDU_MAC_INFO
The bit is defined during test chip development, but formal chips don't have this. Remove it. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20251114060128.35363-6-pkshih@realtek.com
This commit is contained in:
parent
12e84effcb
commit
d375434cbc
|
|
@ -2020,7 +2020,7 @@ int rtw89_mac_cfg_ppdu_status_be(struct rtw89_dev *rtwdev, u8 mac_idx, bool enab
|
|||
}
|
||||
|
||||
rtw89_write32_mask(rtwdev, R_BE_HW_PPDU_STATUS, B_BE_FWD_PPDU_STAT_MASK, 3);
|
||||
rtw89_write32(rtwdev, reg, B_BE_PPDU_STAT_RPT_EN | B_BE_PPDU_MAC_INFO |
|
||||
rtw89_write32(rtwdev, reg, B_BE_PPDU_STAT_RPT_EN |
|
||||
B_BE_APP_RX_CNT_RPT | B_BE_APP_PLCP_HDR_RPT |
|
||||
B_BE_PPDU_STAT_RPT_CRC32 | B_BE_PPDU_STAT_RPT_DMA);
|
||||
|
||||
|
|
|
|||
|
|
@ -7476,7 +7476,6 @@
|
|||
#define B_BE_PPDU_STAT_RPT_ADDR BIT(4)
|
||||
#define B_BE_APP_PLCP_HDR_RPT BIT(3)
|
||||
#define B_BE_APP_RX_CNT_RPT BIT(2)
|
||||
#define B_BE_PPDU_MAC_INFO BIT(1)
|
||||
#define B_BE_PPDU_STAT_RPT_EN BIT(0)
|
||||
|
||||
#define R_BE_RX_SR_CTRL 0x1144A
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user