]> 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)
commitce9da1bdcfaedbb1e031b716c1e813fcc49cf008
treedfe56ee570648b0414b7f3a8f913b081c4b6e328
parent8b101b82a805ad8a12feec4a40bb4a418dd67144
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