kernel-ark/drivers/net/wireless/p54
Johannes Berg e100bb64bf mac80211: QoS related cleanups
This
 * makes the queue number passed to drivers a u16
   (as it will be with skb_get_queue_mapping)
 * removes the useless queue number defines
 * splits hw->queues into hw->queues/ampdu_queues
 * removes the debugfs files for per-queue counters
 * removes some dead QoS code
 * removes the beacon queue configuration for IBSS
   so that the drivers now never get a queue number
   bigger than (hw->queues + hw->ampdu_queues - 1)
   for tx and only in the range 0..hw->queues-1 for
   conf_tx.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-05-07 15:02:26 -04:00
..
Kconfig
Makefile
net2280.h
p54.h mac80211: clean up get_tx_stats callback 2008-05-07 15:02:26 -04:00
p54common.c mac80211: QoS related cleanups 2008-05-07 15:02:26 -04:00
p54common.h
p54pci.c
p54pci.h
p54usb.c
p54usb.h