staging: rtl8188eu: use IW_HANDLER to declare wext handlers
authorMartin Kaiser <martin@kaiser.cx>
Sat, 29 May 2021 12:13:44 +0000 (14:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jun 2021 13:58:26 +0000 (15:58 +0200)
commitaf249fce390ffe2d4938b56c78fae41a21eed5e2
tree8612ce60ff5af8bc328be0e56d670f79d18c8c93
parent3efe8c49cc990fc7c665069701ea22f672e291bc
staging: rtl8188eu: use IW_HANDLER to declare wext handlers

Use the IW_HANDLER macro to declare the handler functions for
wext ioctls.  We don't have to skip unused ioctl numbers manually.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210529121346.8422-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c