[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220502200652.143665-1-martin@kaiser.cx>
Date: Mon, 2 May 2022 22:06:43 +0200
From: Martin Kaiser <martin@...ser.cx>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Michael Straube <straube.linux@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 0/9] staging: r8188eu: clean up OnAction
Simplify the OnAction function. Remove unused action categories.
Use a switch statement instead of a table for the three remaining
categories.
Martin Kaiser (9):
staging: r8188eu: action category ht is not used
staging: r8188eu: action category wmm is not used
staging: r8188eu: remove unused action handler prototypes
staging: r8188eu: remove action_handler string
staging: r8188eu: remove an unused category define
staging: r8188eu: replace OnAction_tbl with switch-case
staging: r8188eu: use ieee80211_mgmt for action category
staging: r8188eu: use standard category defines
staging: r8188eu: remove unused IEEE_* defines
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 62 +++++++------------
drivers/staging/r8188eu/core/rtw_p2p.c | 4 +-
drivers/staging/r8188eu/include/ieee80211.h | 10 ---
.../staging/r8188eu/include/rtw_mlme_ext.h | 16 -----
4 files changed, 23 insertions(+), 69 deletions(-)
--
2.30.2
Powered by blists - more mailing lists