]> git.baikalelectronics.ru Git - kernel.git/commit
staging:rtl8192u: Make HTMcsToDataRate static - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Wed, 26 Sep 2018 19:16:53 +0000 (20:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Sep 2018 12:36:57 +0000 (14:36 +0200)
commite2b7c0339f21312be4025287984dd325d8d7126d
treedc791c30d890d559b72bd0c1cb724c832141129a
parent7b0afafd1714abc22036190a6f1d75e4bd564730
staging:rtl8192u: Make HTMcsToDataRate static - Style

The function HTMcsToDataRate() is not used outside the file in which
it is defined, so has been declared as 'static' and the prototype
removed from the header file.

This is a coding 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/ieee80211.h
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c