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

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

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