From: Johnathan Corgan Date: Sat, 17 Oct 2009 15:25:25 +0000 (-0700) Subject: Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fda964eb9b5c98093029450bee2104e723143772;p=debian%2Fgnuradio Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger) --- diff --git a/usrp2/firmware/apps/txrx.c b/usrp2/firmware/apps/txrx.c index 59eda45f..839141ff 100644 --- a/usrp2/firmware/apps/txrx.c +++ b/usrp2/firmware/apps/txrx.c @@ -223,6 +223,7 @@ start_rx_streaming_at_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