This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / skfp / hwmtm.c
index 18d4290..6a74332 100644 (file)
@@ -1901,8 +1901,7 @@ void smt_send_mbuf(struct s_smc *smc, SMbuf *mb, int fc)
        }
 
        if (!smc->hw.mac_ring_is_up || frag_count > queue->tx_free) {
-               frame_status &= ~LAN_TX;
-               if (frame_status) {
+               if (frame_status &= ~LAN_TX) {
                        DB_TX("Ring is down: terminate LAN_TX",0,0,2) ;
                }
                else {