Firmware now inserts mac source address value in each frame.
[debian/gnuradio] / usrp2 / firmware / apps / factory_test.c
index b4b44dbdb99fef34c44c67eb15262cef8cf7aa48..a4bc06d58cf5cc523e4c3b171ca314dc5f635998 100644 (file)
@@ -170,6 +170,7 @@ start_rx_streaming_cmd(const u2_mac_addr_t *host, op_start_rx_streaming_t *p)
   u2_eth_packet_t      pkt;
   memset(&pkt, 0, sizeof(pkt));
   pkt.ehdr.dst = *host;
+  pkt.ehdr.src = *ethernet_mac_addr();
   pkt.ehdr.ethertype = U2_ETHERTYPE;
   u2p_set_word0(&pkt.fixed, 0, 0);
   // DSP RX will fill in timestamp