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