]> git.baikalelectronics.ru Git - kernel.git/commit
staging:rtl8192u: Remove definition of HTSetConnectBwMode - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Wed, 26 Sep 2018 19:16:54 +0000 (20:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Sep 2018 12:36:57 +0000 (14:36 +0200)
commitcb4a9dd26c65df6ae5defda71abf9a868e4fe04f
tree516466f29b9305413b77de1cbab855fbb2b10b26
parent950f87fd8aeb95f18f487b93171482d948c2fb5a
staging:rtl8192u: Remove definition of HTSetConnectBwMode - Style

Remove the redundant declaration of the function HTSetConnectBwMode()
as it is not needed in the code. The function is already declared
in header file, multiple declarations add nothing.

This is a style change which should have no impact on runtime code
execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c