From: Bob Copeland Date: Tue, 31 Mar 2009 02:30:28 +0000 (-0400) Subject: ath9k: pass regd structure directly to regulatory functions X-Git-Tag: v2.6.31-rc1~330^2~568^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02cf3738c9dbc446c160b9d49a001eb2be316c8;p=pandora-kernel.git ath9k: pass regd structure directly to regulatory functions All regulatory information is encapsulated by the ath9k_regulatory struct, so we can now change all the callers to take that directly instead of struct ath_hw. This in turn will enable us to move the regulatory functions to common code also used by ath5k, since both can use this regulatory struct. Signed-off-by: Bob Copeland Acked-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed