diff -r 6543f3876ff5 -r 90c92578f680 src/uan/model/uan-phy-dual.h --- a/src/uan/model/uan-phy-dual.h Tue Jun 11 17:02:23 2013 -0700 +++ b/src/uan/model/uan-phy-dual.h Tue Jun 11 17:27:05 2013 -0700 @@ -95,7 +95,8 @@ virtual void SetReceiveErrorCallback (RxErrCallback cb); virtual void SetRxGainDb (double gain); virtual void SetTxPowerDb (double txpwr); - virtual void SetRxThresholdDb (double thresh); + /** \deprecated Look at PER Functor attribute */ + virtual void SetRxThresholdDb (double thresh) NS_DEPRECATED; virtual void SetCcaThresholdDb (double thresh); virtual double GetRxGainDb (void); virtual double GetTxPowerDb (void);