]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: minor cleanup
authorPavel Roskin <proski@gnu.org>
Wed, 15 Jun 2011 22:03:22 +0000 (18:03 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Jun 2011 18:22:26 +0000 (14:22 -0400)
commit751f34ec096fab8c60569e8522a16d49e7186de7
treedfe56ee570648b0414b7f3a8f913b081c4b6e328
parent6849ea57fdd0fb580ae445ff53b45a8efca66f2f
ath5k: minor cleanup

Move an extern variable declaration to a header file.  Prefix all
functions with "ath5k_".  Make ath5k_intr() static.  Remove unneeded
forward declarations.  Remove pointless "extern" in a function
declaration.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/base.c
drivers/net/wireless/ath/ath5k/mac80211-ops.c