can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *
[linux-2.6-microblaze.git] / net / mac80211 / iface.c
index 06aac0a..8dc6580 100644 (file)
@@ -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;
 }