public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/2] staging: rtl8723bs: Cleanups for rtw_xmit.c
@ 2026-03-15  2:09 Marcos Andrade
  2026-03-15  2:09 ` [PATCH v3 1/2] staging: rtl8723bs: Replace network magic numbers with EtherType macros Marcos Andrade
  2026-03-15  2:09 ` [PATCH v3 2/2] staging: rtl8723bs: Replace msleep() with fsleep() Marcos Andrade
  0 siblings, 2 replies; 4+ messages in thread
From: Marcos Andrade @ 2026-03-15  2:09 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, ethantidmore06, Marcos Andrade

This patch series cleans up rtw_xmit.c by replacing magic numbers with
proper macros and updating the sleep API, as suggested by reviewers.

Patch 1 replaces network magic numbers with EtherType macros.
Patch 2 updates an msleep() call to the new fsleep() API.

Changes in v3:
 - Grouped the patches into a series because patch 2 depends on the 
   include context of patch 1.

Marcos Andrade (2):
  staging: rtl8723bs: Replace network magic numbers with EtherType
    macros
  staging: rtl8723bs: Replace msleep() with fsleep()

 drivers/staging/rtl8723bs/core/rtw_xmit.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-15 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15  2:09 [PATCH v3 0/2] staging: rtl8723bs: Cleanups for rtw_xmit.c Marcos Andrade
2026-03-15  2:09 ` [PATCH v3 1/2] staging: rtl8723bs: Replace network magic numbers with EtherType macros Marcos Andrade
2026-03-15  2:09 ` [PATCH v3 2/2] staging: rtl8723bs: Replace msleep() with fsleep() Marcos Andrade
2026-03-15 17:34   ` Ethan Tidmore

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