staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
[linux-2.6-microblaze.git] / drivers / staging / rtl8192e / rtl8192e / rtl_core.c
index 4cf84b5..27040d1 100644 (file)
@@ -645,6 +645,7 @@ static int _rtl92e_sta_up(struct net_device *dev, bool is_silent_reset)
        else
                netif_wake_queue(dev);
 
+       priv->bfirst_after_down = false;
        return 0;
 }