From: Felix Fietkau Date: Tue, 30 Mar 2010 03:07:11 +0000 (-0700) Subject: ath9k: split out access to tx status information X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1a052b73f7c97f9e8b21f3f19a92313ed2acb1;p=pandora-kernel.git ath9k: split out access to tx status information This patch passes in a pointer to the ath_tx_status data structure for functions that need it, instead of letting them grab it directly from the ath_desc struct. This is useful for making it possible to allocate the intermediate tx status data separately. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed