staging:rtl8192u: Rename dot11d_init to fix name clash
authorJohn Whitmore <johnfwhitmore@gmail.com>
Tue, 4 Sep 2018 10:56:23 +0000 (11:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 08:21:37 +0000 (10:21 +0200)
commit9003987a08d4dd7bf9d2e5d3e332cc0b515812e4
treecc3bac1b1dfac2f1d6c68d47411cad37011dbfaa
parentf8aefb7de0e2fdc5ffc3eddcc8f67430fe3fca5f
staging:rtl8192u: Rename dot11d_init to fix name clash

The function dot11d_init() was previously renamed to clear a style
issue. Unfortunately the new name used, dot11d_init(), clashes with
a sybmol which is exported with the same name. To correct this
problem the function has been renamed to rtl8192u_dot11d_init().

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/dot11d.c
drivers/staging/rtl8192u/ieee80211/dot11d.h
drivers/staging/rtl8192u/r8192U_core.c