linux/drivers/net/wireless/hostap
David S. Miller e8a0464cc9 netdev: Allocate multiple queues for TX.
alloc_netdev_mq() now allocates an array of netdev_queue
structures for TX, based upon the queue_count argument.

Furthermore, all accesses to the TX queues are now vectored
through the netdev_get_tx_queue() and netdev_for_each_tx_queue()
interfaces.  This makes it easy to grep the tree for all
things that want to get to a TX queue of a net device.

Problem spots which are not really multiqueue aware yet, and
only work with one queue, can easily be spotted by grepping
for all netdev_get_tx_queue() calls that pass in a zero index.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-17 19:21:00 -07:00
..
Kconfig
Makefile
hostap.h wext: Emit event stream entries correctly when compat. 2008-06-16 18:50:49 -07:00
hostap_80211.h hostap_80211.h: remove duplicate prototype 2008-01-31 19:26:50 -08:00
hostap_80211_rx.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-07-05 23:08:07 -07:00
hostap_80211_tx.c [NET]: Undo code bloat in hot paths due to print_mac(). 2008-04-08 16:50:44 -07:00
hostap_ap.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-07-05 23:08:07 -07:00
hostap_ap.h
hostap_common.h hostap annotations 2008-01-28 15:09:05 -08:00
hostap_config.h
hostap_cs.c hostap_cs: correct poor NULL checks in suspend/resume routines 2008-07-07 15:22:53 -04:00
hostap_download.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_hw.c netdev: Allocate multiple queues for TX. 2008-07-17 19:21:00 -07:00
hostap_info.c hostap: don't mess with mixed-endian even for internal skb queues 2008-01-28 15:09:06 -08:00
hostap_ioctl.c hostap: add radiotap support in monitor mode 2008-06-30 17:37:36 -04:00
hostap_main.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-07-05 23:08:07 -07:00
hostap_pci.c hostap annotations 2008-01-28 15:09:05 -08:00
hostap_plx.c hostap: section mismatch warning 2008-01-16 12:53:32 -05:00
hostap_proc.c
hostap_wlan.h hostap: add radiotap support in monitor mode 2008-06-30 17:37:36 -04:00