Skip to content

Commit

Permalink
Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"
Browse files Browse the repository at this point in the history
Revert this for now, it has been reported multiple times that it
completely breaks connectivity on various devices.

Cc: [email protected]
Fixes: 8dbb000 ("mac80211: set NETIF_F_LLTX when using intermediate tx queues")
Reported-by: Jean Delvare <[email protected]>
Reported-by: Peter Lebbing <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
jmberg-intel committed Jul 30, 2019
1 parent b55f3b8 commit eef347f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/mac80211/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit eef347f

Please sign in to comment.