Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: r8188eu: clean up mgt_dispatcher
@ 2022-04-17 10:22 Martin Kaiser
  2022-04-17 10:22 ` [PATCH 1/6] staging: r8188eu: check receiver address only once Martin Kaiser
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Martin Kaiser @ 2022-04-17 10:22 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Larry Finger, Phillip Potter, Michael Straube, linux-staging,
	linux-kernel, Martin Kaiser

Clean up the mgt_dispatcher function and remove unnecessary info from the
mlme_sta_tbl array.

Martin Kaiser (6):
  staging: r8188eu: check receiver address only once
  staging: r8188eu: replace the GetFrameSubType call
  staging: r8188eu: the frame type is shifted out
  staging: r8188eu: replace mlme_handler with function pointer
  staging: r8188eu: don't call empty DoReserved function
  staging: r8188eu: use ARRAY_SIZE for mlme_sta_tbl

 drivers/staging/r8188eu/core/rtw_mlme_ext.c   | 60 ++++++++-----------
 .../staging/r8188eu/include/rtw_mlme_ext.h    |  6 +-
 2 files changed, 25 insertions(+), 41 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-04-22 10:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-17 10:22 [PATCH 0/6] staging: r8188eu: clean up mgt_dispatcher Martin Kaiser
2022-04-17 10:22 ` [PATCH 1/6] staging: r8188eu: check receiver address only once Martin Kaiser
2022-04-17 10:22 ` [PATCH 2/6] staging: r8188eu: replace the GetFrameSubType call Martin Kaiser
2022-04-17 10:22 ` [PATCH 3/6] staging: r8188eu: the frame type is shifted out Martin Kaiser
2022-04-17 10:22 ` [PATCH 4/6] staging: r8188eu: replace mlme_handler with function pointer Martin Kaiser
2022-04-17 10:22 ` [PATCH 5/6] staging: r8188eu: don't call empty DoReserved function Martin Kaiser
2022-04-17 10:22 ` [PATCH 6/6] staging: r8188eu: use ARRAY_SIZE for mlme_sta_tbl Martin Kaiser
2022-04-22 10:08   ` Dan Carpenter
2022-04-22 10:20     ` Martin Kaiser

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