]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw89: pci: correct ISR RDU bit for 8922AE
authorPing-Ke Shih <pkshih@realtek.com>
Thu, 27 Feb 2025 13:19:07 +0000 (21:19 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 5 Mar 2025 11:52:05 +0000 (19:52 +0800)
commit3218f5bd8e2e4abc156493f8121b8db53b49ee9e
treef7ff52bfec08e726d25f75002675cf0c90469300
parentad26d0dcb3bd5864c5295746bd4fef6376911da6
wifi: rtw89: pci: correct ISR RDU bit for 8922AE

The interrupt status (ISR) bits of RX desc unavailable (RDU) for 8922AE
are B_BE_RDU_CH1_INT_V1 and B_BE_RDU_CH0_INT_V1. With wrong bits, if it
happens, driver can't recognize the situation and prompt a message.
Fix the definition accordingly.

Fixes: aa70f76120ee ("wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers")
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250227131907.9864-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/pci.h
drivers/net/wireless/realtek/rtw89/pci_be.c