]> git.karo-electronics.de Git - mv-sheeva.git/commit
ath9k: uninline ath9k_io{read,write}32 routines
authorGabor Juhos <juhosg@openwrt.org>
Wed, 29 Apr 2009 11:01:58 +0000 (13:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:52 +0000 (15:14 -0400)
commitfb4a3d35a26aa8ef5049f10666e6a163b4c32855
tree6222a7edae518828d92584e63a904de1c2dfe922
parent5cff20e6c5a6591a79d3b027af222870f52bb550
ath9k: uninline ath9k_io{read,write}32 routines

The spin_lock handling uses lots of instructions on some archs.
With this patch the size of the ath9k module will be significantly
smaller.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/hw.c