public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8192e: Use MSR_LINK_* macros
@ 2024-09-21 12:22 Dominik Karol Piątkowski
  2024-09-21 12:22 ` [PATCH 1/2] " Dominik Karol Piątkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dominik Karol Piątkowski @ 2024-09-21 12:22 UTC (permalink / raw)
  To: gregkh, tdavies, philipp.g.hortmann, dan.carpenter
  Cc: linux-staging, linux-kernel, Dominik Karol Piątkowski

There were two seemingly not used macros defined in r8192E_hw.h:
MSR_LINK_ADHOC and MSR_LINK_MASTER.

There is one function explicitly updating MSR (Media Status Register):
_rtl92e_update_msr - only MSR_LINK_MASK and MSR_LINK_MANAGED are used
there. However, in rtl92e_set_reg, inside HW_VAR_MEDIA_STATUS section,
MSR is also updated - covering more than MSR_LINK_MANAGED case.

This series makes use of appropriate MSR_LINK_* macros in rtl92e_set_reg
and removes duplicated MSR_* macros. While at it, fix camel case variable
in rtl92e_set_reg function.

Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>

Dominik Karol Piątkowski (2):
  staging: rtl8192e: Use MSR_LINK_* macros
  staging: rtl8192e: r8192E_dev.c: Rename btMsr variable

 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 14 +++++++-------
 drivers/staging/rtl8192e/rtl8192e/r8192E_hw.h  |  6 +-----
 2 files changed, 8 insertions(+), 12 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-10-09  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-21 12:22 [PATCH 0/2] staging: rtl8192e: Use MSR_LINK_* macros Dominik Karol Piątkowski
2024-09-21 12:22 ` [PATCH 1/2] " Dominik Karol Piątkowski
2024-09-21 12:22 ` [PATCH 2/2] staging: rtl8192e: r8192E_dev.c: Rename btMsr variable Dominik Karol Piątkowski
2024-09-22 19:01 ` [PATCH 0/2] staging: rtl8192e: Use MSR_LINK_* macros Philipp Hortmann
2024-10-09  9:53   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox