]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
rt2x00: remove data_queue_desc struct
authorGabor Juhos <juhosg@openwrt.org>
Tue, 4 Jun 2013 11:40:50 +0000 (13:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Jun 2013 18:59:38 +0000 (14:59 -0400)
commit705802bf56b1b7a64e543805ba196a6e1fb80ec6
treec7500e0b8ca33db78773edc67d540838f79e3206
parentc29a32c8f15c81470d16aee82f52432eb477aa9b
rt2x00: remove data_queue_desc struct

If the queue_init callback is implemented
by a driver it gets used instead of the
data_queue_desc based initialization.

The queue_init callback is implemented for
each drivers now, so the old initialization
method is not used anymore. Remove the unused
data_queue_desc structure and all of the
related code.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00.h
drivers/net/wireless/rt2x00/rt2x00queue.c
drivers/net/wireless/rt2x00/rt2x00queue.h