> This patch updates mac80211 and drivers to be multi-queue aware and > use that instead of the internal queue mapping. Also does a number > of cleanups in various pieces of the code that fall out and reduces > internal mac80211 state size. > > Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> > --- > This is just ground-work. We'll be able to play with Qos much > more now. > > drivers/net/wireless/ath5k/base.c | 2 > drivers/net/wireless/b43/dma.c | 7 +- > drivers/net/wireless/b43/pio.c | 8 +- > drivers/net/wireless/b43legacy/dma.c | 3 > drivers/net/wireless/iwlwifi/iwl-tx.c | 4 - > drivers/net/wireless/iwlwifi/iwl3945-base.c | 4 - > drivers/net/wireless/p54/p54common.c | 8 +- > drivers/net/wireless/rt2x00/rt2x00mac.c | 10 +- > drivers/net/wireless/rt2x00/rt2x00queue.h | 13 --- > drivers/net/wireless/rtl8180_dev.c | 4 - > include/net/mac80211.h | 20 +++++ > net/mac80211/Kconfig | 14 +++- > net/mac80211/Makefile | 2 > net/mac80211/ieee80211_i.h | 16 ++-- > net/mac80211/iface.c | 2 > net/mac80211/main.c | 29 ++++++-- > net/mac80211/sta_info.c | 2 > net/mac80211/tx.c | 97 > ++++++++++++---------------- > net/mac80211/util.c | 29 ++++---- > net/mac80211/wme.c | 14 +--- > net/mac80211/wme.h | 2 > 21 files changed, 158 insertions(+), 132 deletions(-) This patch looks fine to me. Thanks for porting the wireless tree to use these bits Johannes. -PJ Waskiewicz -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html