commit | 3441d08ca20a390ab0484c11bd69f2a75e702774 | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca@lucaceresoli.net> | Tue Sep 22 23:50:36 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 29 04:27:22 2015 +0200 |
tree | 892baaf0274d93feaacff1b41e38ebf448ca56d1 | |
parent | f22c2468b6ff8542453b5d9e7f3b8ddbbb4bcef4 [diff] |
staging: rtl8188eu: rtw_set_fixed_ie(): accept void* parameters rtw_set_ie() is a memcpy-like function, taking addresses of memory buffers among its parameters. Similarly to memcpy, change the parameters to be void*. This will allow to get rid of typecasts whenever it is called. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>