removed hard-coded link_is_up = true;
authorEric Blossom <eb@comsec.com>
Thu, 3 Sep 2009 23:12:40 +0000 (16:12 -0700)
committerEric Blossom <eb@comsec.com>
Thu, 3 Sep 2009 23:12:40 +0000 (16:12 -0700)
usrp2/firmware/apps/gen_eth_packets.c

index dd29967524fb3a54411527f9172644fbb9ca8af2..530f448eef80ca041fe3d5d382953ad9f146f7a7 100644 (file)
@@ -148,8 +148,6 @@ main(void)
   }
   */
 
-  link_is_up = true;           /* FIXME tell s/w link is up */
-
   // fire off a receive from the ethernet
   bp_receive_to_buf(CPU_RX_BUF, PORT_ETH, 1, 0, BP_LAST_LINE);