commit | a9b6b2569cf107fe541381e82faa0a3c47a9a7fd | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Mar 23 20:57:27 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 30 14:15:19 2011 -0400 |
tree | ddd70da664996e96c554682e2348f60598a41c12 | |
parent | ca7a4deb4a1a87dbdc6e7cab0d1022a535204226 [diff] |
ath9k_hw: turn a few big macros into functions RF_BANK_SETUP, REG_WRITE_RF_ARRAY and REG_WRITE_ARRAY are way too big, so they shouldn't be inlined at every single callsite, especially since they can easily be turned into real functions. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>