From: Felix Fietkau Date: Wed, 23 Mar 2011 19:57:24 +0000 (+0100) Subject: ath9k_hw: embed the ath_ops callbacks in the ath_hw struct X-Git-Tag: v3.0-rc1~377^2~437^2^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f84e96f6d642aa7b337c22cbb7d6f936039fda;p=pandora-kernel.git ath9k_hw: embed the ath_ops callbacks in the ath_hw struct With this change, loading the address to a register read/write function costs only one pointer dereference instead of two. On MIPS this reduces ath9k_hw binary size from 326k down to 321k. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed