From: Felix Fietkau Date: Wed, 23 Mar 2011 19:57:27 +0000 (+0100) Subject: ath9k_hw: turn a few big macros into functions X-Git-Tag: v3.0-rc1~377^2~437^2^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b6b2569cf107fe541381e82faa0a3c47a9a7fd;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed