From: Ivo van Doorn Date: Tue, 3 Jun 2008 18:29:43 +0000 (+0200) Subject: rt2x00: Make rt2x00_set/get_field macros X-Git-Tag: v2.6.27-rc1~969^2~324^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c483bb4cbdeb24d9d3bc0dc4248fdcb1f4c55244;p=pandora-kernel.git rt2x00: Make rt2x00_set/get_field macros The rt2x00_set_field functions are very often used, but GCC is better able to optimize them when they are macros instead of static inline functions. After changing it to macro's each rt2x00 driver will loose about ~3500 bytes in size. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed