]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/mac80211/rx.c
mac80211: Re-enable aggregation
authorSujith <Sujith.Manoharan@atheros.com>
Fri, 24 Oct 2008 04:25:27 +0000 (09:55 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:02:14 +0000 (19:02 -0400)
commit8b30b1fe368ab03049435884c11c5c50e4c4ef0b
tree02b27b36cf90267d59584b493ad652e3a4cc6a7e
parent4393dce9402c58744433c7a4f3931e17ddde4fb4
mac80211: Re-enable aggregation

Wireless HW without any dedicated queues for aggregation
do not need the ampdu_queues mechanism present right now
in mac80211. Since mac80211 is still incomplete wrt TX MQ
changes, do not allow aggregation sessions for drivers that
set ampdu_queues.

This is only an interim hack until Intel fixes the requeue issue.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: Luis Rodriguez <Luis.Rodriguez@Atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/iwlwifi/iwl-core.c
include/linux/skbuff.h
include/net/mac80211.h
net/core/skbuff.c
net/mac80211/ht.c
net/mac80211/main.c
net/mac80211/rx.c
net/mac80211/tx.c
net/mac80211/wme.c