linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] rtlwifi: Fix some errors in recent patches
@ 2019-09-03  1:18 Larry Finger
  2019-09-03  1:18 ` [PATCH 1/3] rtlwifi: rtl8821ae: Fix incorrect returned values Larry Finger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Larry Finger @ 2019-09-03  1:18 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, pkshih, Larry Finger

When formuating the patches that converted the GET_XXX macros that read
RX and TX descriptor values, I made all of them return "int" values,
Unfortunately, the resulting inline routines must return unsigned values
when all 32-bits are returned as these entities are frequently addresses.

Although I have submitted fixes for several drivers, only 3 are affected
as the problem caused failures that led me to the problem.

Fortunately, none of these faulty changes will reach mainline until 5.4,
thus most users will not be affected until 5.4-rc1.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Larry Finger (3):
  rtlwifi: rtl8821ae: Fix incorrect returned values
  rtlwifi: rtl8188ee: Fix incorrect returned values
  rtlwifi: rtl8192ce: Fix incorrect returned values

 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.h | 14 +++++++-------
 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.h |  6 +++---
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h | 10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-09-03 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-03  1:18 [PATCH 0/3] rtlwifi: Fix some errors in recent patches Larry Finger
2019-09-03  1:18 ` [PATCH 1/3] rtlwifi: rtl8821ae: Fix incorrect returned values Larry Finger
2019-09-03 13:34   ` Kalle Valo
2019-09-03  1:18 ` [PATCH 2/3] rtlwifi: rtl8188ee: " Larry Finger
2019-09-03  1:18 ` [PATCH 3/3] rtlwifi: rtl8192ce: " Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).