diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-07-30 14:52:07 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-07-30 14:52:50 +0200 |
commit | eef347f846ee8f7296a6f84e3866c057ca6bcce0 (patch) | |
tree | 535c3d22b76e394a60a8652b75f289d3a64484db /net/mac80211 | |
parent | mac80211_hwsim: Fix possible null-pointer dereferences in hwsim_dump_radio_nl() (diff) | |
download | linux-eef347f846ee8f7296a6f84e3866c057ca6bcce0.tar.xz linux-eef347f846ee8f7296a6f84e3866c057ca6bcce0.zip |
Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"
Revert this for now, it has been reported multiple times that it
completely breaks connectivity on various devices.
Cc: stable@vger.kernel.org
Fixes: 8dbb000ee73b ("mac80211: set NETIF_F_LLTX when using intermediate tx queues")
Reported-by: Jean Delvare <jdelvare@suse.de>
Reported-by: Peter Lebbing <peter@digitalbrains.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/iface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 06aac0aaae64..8dc6580e1787 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c @@ -1222,7 +1222,6 @@ static void ieee80211_if_setup(struct net_device *dev) static void ieee80211_if_setup_no_queue(struct net_device *dev) { ieee80211_if_setup(dev); - dev->features |= NETIF_F_LLTX; dev->priv_flags |= IFF_NO_QUEUE; } |