ath9k: Cleanup calibration interface
authorSujith <Sujith.Manoharan@atheros.com>
Mon, 13 Apr 2009 16:26:48 +0000 (21:56 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Apr 2009 20:54:46 +0000 (16:54 -0400)
commit379f04407c92d84f2506385b66fb9fc89ecd96c3
tree369e64ee62bbe9c331fe804b433f295bebd385e1
parent415f738ecf41b427921b503ecfd427e26f89dc23
ath9k: Cleanup calibration interface

This patch cleans up the functions dealing with calibration,
using proper return values.
ath9k_hw_per_calibration(), ath9k_hw_calibrate now return bool values
instead of setting error values in the function arguments.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/calib.c
drivers/net/wireless/ath/ath9k/calib.h
drivers/net/wireless/ath/ath9k/main.c