staging: rtl8188eu: make struct field of mlme_handler const
authorMichael Straube <straube.linux@gmail.com>
Thu, 4 Oct 2018 17:56:58 +0000 (19:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 13:17:27 +0000 (15:17 +0200)
commit98962eb6d679985696571262fb6b14f1182e7a8c
treec32fe1c8c465de9cbdf6099fc62da07452b65fda
parente6d9855dd3f3a0068cb9f6264303209b5e2affcd
staging: rtl8188eu: make struct field of mlme_handler const

The strings in the uses of struct mlme_handler are constant.
Change the type of field str from 'char *' to 'const char *'.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_mlme_ext.h