From: Felix Fietkau Date: Tue, 30 Mar 2010 03:09:27 +0000 (-0700) Subject: ath9k: split out access to rx status information X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6f5aa250d6013ec0d66f9f45f376678d3fc4ab;p=pandora-kernel.git ath9k: split out access to rx status information This patch passes in a pointer to the ath_rx_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 rx status data separately. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed