Merge commit 'v3.3.0' into upstream
[debian/gnuradio] / gr-usrp2 / src / usrp2_sink_base.cc
index 4579d1651fffe301b67fa106ea0b6afce293484b..ce473f2365e08b132237f219921d6d4b52c6d142 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2008 Free Software Foundation, Inc.
+ * Copyright 2008,2010 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -46,6 +46,12 @@ usrp2_sink_base::~usrp2_sink_base ()
   // NOP
 }
 
+bool
+usrp2_sink_base::set_antenna(int ant)
+{
+  return d_u2->set_tx_antenna(ant);
+}
+
 bool
 usrp2_sink_base::set_gain(double gain)
 {