From: Luis R. Rodriguez Date: Tue, 3 Nov 2009 02:49:56 +0000 (-0800) Subject: ath9k: do not pass the entire descriptor to ath_rx_prepare() X-Git-Tag: v2.6.33-rc1~388^2~280^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ab2645b478fd98aa1d10a07eb07f2235bc1f1c;p=pandora-kernel.git ath9k: do not pass the entire descriptor to ath_rx_prepare() Its not needed, so just pass the hardware RX status. We'll be simplfying ath_rx_prepare() with code we can share between ath9k and ath9k_htc. This will help make that code easier to read and manage. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed