]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit968e04c95c459aae24991bd388df6b2799cfe78d
tree297922bf653b0192ab612845a9dc13801eee914e
parentdbedb2bba534b955f795c4d47563a7b434f1a70e
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