ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQ
authorGabor Juhos <juhosg@openwrt.org>
Mon, 16 Apr 2012 20:46:32 +0000 (22:46 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 17 Apr 2012 18:57:13 +0000 (14:57 -0400)
commit8edb254c8c08dc2e6cb60e30da00a49f8b102c43
tree297922bf653b0192ab612845a9dc13801eee914e
parent23bd7cedf1f1c97a5019de6f7736ab935d7cc6a3
ath9k: use ath9k_hw_fbin2freq instead of FBIN2FREQ

The FBIN2FREQ macro and the ath9k_hw_fbin2freq function
does the same thing. Remove the macro, and use the inline
function instead.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
drivers/net/wireless/ath/ath9k/ar9003_eeprom.h
drivers/net/wireless/ath/ath9k/ar9003_phy.c
This page took 0.029888 seconds and 5 git commands to generate.