* [PATCH v2] staging: rtl8723bs: Improve MAR register definition and usage [not found] <CGME20240731004335epcas1p382229e79bdaf3f2d48b0f3faa7414ea6@epcas1p3.samsung.com> @ 2024-07-30 23:10 ` Manjae Cho 2024-07-31 4:58 ` Philipp Hortmann 0 siblings, 1 reply; 2+ messages in thread From: Manjae Cho @ 2024-07-30 23:10 UTC (permalink / raw) To: gregkh; +Cc: linux-staging, linux-kernel, Manjae Cho This patch improves the usage of the MAR register by updating the relevant macro definitions and ensuring consistent usage across the codebase. Signed-off-by: Manjae Cho <manjae.cho@samsung.com> --- v2: Fix line length drivers/staging/rtl8723bs/include/hal_com_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/hal_com_reg.h b/drivers/staging/rtl8723bs/include/hal_com_reg.h index baf326d53a46..93aa391fa749 100644 --- a/drivers/staging/rtl8723bs/include/hal_com_reg.h +++ b/drivers/staging/rtl8723bs/include/hal_com_reg.h @@ -151,8 +151,8 @@ #define REG_BSSID 0x0618 #define REG_MAR 0x0620 -#define MAR0 REG_MAR /* Multicast Address Register, Offset 0x0620-0x0623 */ -#define MAR4 (REG_MAR + 4) /* Multicast Address Register, Offset 0x0624-0x0627 */ +#define MAR0 REG_MAR /* Multicast Address Register, Offset 0x0620-0x0623 */ +#define MAR4 (REG_MAR + 4) /* Multicast Address Register, Offset 0x0624-0x0627 */ #define REG_MAC_SPEC_SIFS 0x063A /* 20100719 Joseph: Hardware register definition change. (HW datasheet v54) */ -- 2.25.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] staging: rtl8723bs: Improve MAR register definition and usage 2024-07-30 23:10 ` [PATCH v2] staging: rtl8723bs: Improve MAR register definition and usage Manjae Cho @ 2024-07-31 4:58 ` Philipp Hortmann 0 siblings, 0 replies; 2+ messages in thread From: Philipp Hortmann @ 2024-07-31 4:58 UTC (permalink / raw) To: Manjae Cho, gregkh; +Cc: linux-staging, linux-kernel On 7/31/24 01:10, Manjae Cho wrote: > This patch improves the usage of the MAR register by updating the relevant > macro definitions and ensuring consistent usage across the codebase. > > Signed-off-by: Manjae Cho <manjae.cho@samsung.com> > --- > v2: Fix line length > > drivers/staging/rtl8723bs/include/hal_com_reg.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/rtl8723bs/include/hal_com_reg.h b/drivers/staging/rtl8723bs/include/hal_com_reg.h > index baf326d53a46..93aa391fa749 100644 > --- a/drivers/staging/rtl8723bs/include/hal_com_reg.h > +++ b/drivers/staging/rtl8723bs/include/hal_com_reg.h > @@ -151,8 +151,8 @@ > #define REG_BSSID 0x0618 > #define REG_MAR 0x0620 > > -#define MAR0 REG_MAR /* Multicast Address Register, Offset 0x0620-0x0623 */ > -#define MAR4 (REG_MAR + 4) /* Multicast Address Register, Offset 0x0624-0x0627 */ > +#define MAR0 REG_MAR /* Multicast Address Register, Offset 0x0620-0x0623 */ > +#define MAR4 (REG_MAR + 4) /* Multicast Address Register, Offset 0x0624-0x0627 */ > > #define REG_MAC_SPEC_SIFS 0x063A > /* 20100719 Joseph: Hardware register definition change. (HW datasheet v54) */ Hi Manjae, this patch cannot be applied because you build it on top of your first patch which was not accepted. Please rebase this patch. Thanks for your support. Bye Philipp ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-31 4:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20240731004335epcas1p382229e79bdaf3f2d48b0f3faa7414ea6@epcas1p3.samsung.com>
2024-07-30 23:10 ` [PATCH v2] staging: rtl8723bs: Improve MAR register definition and usage Manjae Cho
2024-07-31 4:58 ` Philipp Hortmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox