kernel-fxtec-pro1x/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
..
hostap.h wext: Emit event stream entries correctly when compat. 2008-06-16 18:50:49 -07:00
hostap_80211.h
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
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_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_hw.c netdev: Allocate multiple queues for TX. 2008-07-17 19:21:00 -07:00
hostap_info.c
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_plx.c
hostap_proc.c
hostap_wlan.h hostap: add radiotap support in monitor mode 2008-06-30 17:37:36 -04:00
Kconfig
Makefile