From: Luis R. Rodriguez Date: Thu, 15 Apr 2010 21:38:14 +0000 (-0400) Subject: ath9k_hw: Move some RF ops to the private callbacks X-Git-Tag: v2.6.35-rc1~473^2~393^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe6536850ae49609704a263cbc7542133536922;p=pandora-kernel.git ath9k_hw: Move some RF ops to the private callbacks The PHY split is easier done in a few steps. First move the RF ops to the private ops and rename them accordingly. We split PHY stuff up first for the AR5008 and AR9002 families. There are some callbacks that AR9002 share with the AR5008 familiy so we set those first, if AR9002 has some different callbacks it will override them upon hardware init. Signed-off-by: Felix Fietkau Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed