From: Luis R. Rodriguez Date: Thu, 10 Sep 2009 23:11:21 +0000 (-0700) Subject: atheros/ath9k: add common read/write ops and port ath9k to use it X-Git-Tag: v2.6.33-rc1~388^2~865^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4bffd233f27fe83fc48efb01935aee7d0685bf;p=pandora-kernel.git atheros/ath9k: add common read/write ops and port ath9k to use it In an effort to make hw code driver core agnostic read and write operations are defined on the ath_common structure. This patch adds that and makes ath9k use it. This allows drivers like ath9k_htc to define its own read/write ops and still rely on the same hw code. This also paves the way for sharing code between ath9k/ath5k/ath9k_htc. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed