]> git.gag.com Git - debian/gnuradio/blobdiff - usrp2/firmware/apps/gen_eth_packets.c
Merged SVN matt/new_eth r10782:11633 into new_eth
[debian/gnuradio] / usrp2 / firmware / apps / gen_eth_packets.c
index ce1e8160bb41509e385ab4e0599e5f5c83a7ab90..b81f60dac347af9355f269396c49961e8a0c9b0c 100644 (file)
@@ -141,11 +141,12 @@ main(void)
   ethernet_register_link_changed_callback(link_changed_callback);
   ethernet_init();
 
+  /*
   if (hwconfig_simulation_p()){
     eth_mac->speed = 4;        // hardcode mac speed to 1000
     link_is_up = true;
   }
-
+  */
   // fire off a receive from the ethernet
   bp_receive_to_buf(CPU_RX_BUF, PORT_ETH, 1, 0, BP_LAST_LINE);