Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
authorEric Blossom <eb@comsec.com>
Fri, 4 Sep 2009 22:51:52 +0000 (15:51 -0700)
committerEric Blossom <eb@comsec.com>
Fri, 4 Sep 2009 22:51:52 +0000 (15:51 -0700)
commita1d9c0b4de66eadfdd3f6a217af80f7eb4e22772
tree3616fe6e717db881ae98041be8daeb22260c2705
parent6528672f2db205b6127f05ad7c7b9da66661b498
parent7cb806f71a3bcc52c3c2e5688a9b6b48e3401615
Merge branch 'new_eth' of gnuradio.org/git/matt into new_eth

* 'new_eth' of http://gnuradio.org/git/matt:
  properly set the address filter
  stop sending short ethernet command packets.
  Fix problem with commands timing out (specifically stop_rx_streaming)
  Fix race condition that caused commands such as stop_rx_streaming to fail.
  Fixing a line in the clock recovery algorithm. This works with a bit larger error than there proably should be.
  Better fix for broken AC_PROG_F77 macro
  Fix Python header check failure due to invalid cached state
  waterfall and fft use a common autoscale function
  Fix so that the waterfall texture is initialized with a buffer of the same size.
  Modifications to usrp2 source and sink so that set center freq is called afer set lo offset.
  Modifications to the usrp blocks and wrapper so that the lo offset is set with the lo frequency.
  Removed subversion related configuration info.
  Expand frequency ranges to match hardware capability.
  Modified log power fft block so ref scale is peak to peak.
  Adding clock sync algorithm using PFB. This works, but needs a bit more work.