]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
ath9k: do not pass the entire descriptor to ath_rx_prepare()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 3 Nov 2009 02:49:56 +0000 (18:49 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 22:09:03 +0000 (17:09 -0500)
commit26ab2645b478fd98aa1d10a07eb07f2235bc1f1c
tree1e4a7beb11b56727ef3f36e1f00c0349d6b23866
parentf52de03bf9843673cadff8016a609e1628c139e2
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 <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c