diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-15 21:52:25 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-17 13:26:00 -0800 |
commit | c88166d65651bb98fc182ae600a6649120c601b5 (patch) | |
tree | 00293453799d1f57865f99eed836dd0c9163c914 /firmware/zpu/lib | |
parent | 8b0fbfcd12c7f58ad73678f72681c5f75c1d5880 (diff) | |
download | uhd-c88166d65651bb98fc182ae600a6649120c601b5.tar.gz uhd-c88166d65651bb98fc182ae600a6649120c601b5.tar.bz2 uhd-c88166d65651bb98fc182ae600a6649120c601b5.zip |
uspr2: memory map tweak for dual dsp
Diffstat (limited to 'firmware/zpu/lib')
-rw-r--r-- | firmware/zpu/lib/net_common.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/zpu/lib/net_common.c b/firmware/zpu/lib/net_common.c index d1b06976d..abf26deb6 100644 --- a/firmware/zpu/lib/net_common.c +++ b/firmware/zpu/lib/net_common.c @@ -1,6 +1,5 @@ -/* -*- c -*- */ /* - * Copyright 2009,2010 Ettus Research LLC + * Copyright 2009-2011 Ettus Research LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -283,9 +282,9 @@ handle_icmp_packet(struct ip_addr src, struct ip_addr dst, sr_tx_ctrl->cyc_per_up = 0; //the end continuous streaming command - sr_rx_ctrl->cmd = 1 << 31; //no samples now - sr_rx_ctrl->time_secs = 0; - sr_rx_ctrl->time_ticks = 0; //latch the command + sr_rx_ctrl0->cmd = 1 << 31; //no samples now + sr_rx_ctrl0->time_secs = 0; + sr_rx_ctrl0->time_ticks = 0; //latch the command //struct udp_hdr *udp = (struct udp_hdr *)((char *)icmp + 28); //printf("icmp port unr %d\n", udp->dest); |