In commit 38506ecefab9 ("rtlwifi: rtl_pci: Start modification for new drivers"), several changes that should have been applied to rtl8192de were missed. Even though the driver has not functioned since kernel 3.17, I found this problem when I was converting the local bit manipulation macros. To my knowledge, no one has reported this issue. Obviously, this particular card is not heavily used. The 3 patches are marked for stable and fix obvious regressions; however, there is no real need for special handling. They can be applied to kernel 5.6. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Larry Finger (3): rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address rtlwifi: rtl8192de: Fix missing callback that tests for hw release of buffer rtlwifi: rtl8192de: Fix missing enable interrupt flag .../wireless/realtek/rtlwifi/rtl8192de/hw.c | 9 ++++--- .../wireless/realtek/rtlwifi/rtl8192de/sw.c | 1 + .../wireless/realtek/rtlwifi/rtl8192de/trx.c | 25 ++++++++++++++++--- .../wireless/realtek/rtlwifi/rtl8192de/trx.h | 2 ++ 4 files changed, 30 insertions(+), 7 deletions(-) -- 2.23.0