All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rtlwifi: rtl8192de: Fixes for several regressions
@ 2019-11-11 19:40 Larry Finger
  2019-11-11 19:40 ` [PATCH 1/3] rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address Larry Finger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Larry Finger @ 2019-11-11 19:40 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, pkshih, Larry Finger

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@lwfinger.net>

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-22 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-11 19:40 [PATCH 0/3] rtlwifi: rtl8192de: Fixes for several regressions Larry Finger
2019-11-11 19:40 ` [PATCH 1/3] rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address Larry Finger
2019-11-14 15:10   ` Kalle Valo
2019-11-11 19:40 ` [PATCH 2/3] rtlwifi: rtl8192de: Fix missing callback that tests for hw release of buffer Larry Finger
     [not found]   ` <20191122070014.BA0492070A@mail.kernel.org>
2019-11-22 17:59     ` Larry Finger
2019-11-11 19:40 ` [PATCH 3/3] rtlwifi: rtl8192de: Fix missing enable interrupt flag Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.