ath5k: move external function definitions to a header file
authorBob Copeland <me@bobcopeland.com>
Tue, 15 Feb 2011 14:19:28 +0000 (09:19 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Feb 2011 21:53:20 +0000 (16:53 -0500)
commit12873372fe1f201813f1cc750a8af7d9193f445c
tree51fa98e021a0aed1b6db17c603308b4456735a85
parent8c68bd401d423c81fd4bfc19c625180528e4a5e8
ath5k: move external function definitions to a header file

Johannes pointed out the mess of external function prototypes in the
mac80211-ops.c file.  Woe to anyone who changes these functions...

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/mac80211-ops.c