From: Johannes Berg Date: Wed, 30 Apr 2008 16:51:21 +0000 (+0200) Subject: mac80211: QoS related cleanups X-Git-Tag: v2.6.27-rc1~969^2~455 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e100bb64bf7cdeae7f742a65ee1985649a7fd1b4;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed