commit | c483bb4cbdeb24d9d3bc0dc4248fdcb1f4c55244 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <IvDoorn@gmail.com> | Tue Jun 03 20:29:43 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Sat Jun 14 12:17:55 2008 -0400 |
tree | e495da16c44655ed848643a0218db2ec4dec75ff | |
parent | 70249816a87b3c2293dc7b33331e614c67666336 [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>