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)
commitf5cbc8bac939f38c0c55cfaa348c170663a16767
treedfe56ee570648b0414b7f3a8f913b081c4b6e328
parente707549a80d5e5b37c4b0b9b60c5836396a11163
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