]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit35ff34296cd435886574efc0003c4cb201aa69b1
treecc3bac1b1dfac2f1d6c68d47411cad37011dbfaa
parented2671f5f3ff42a8a0ed99cbd6b7a99f84fd8adc
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