# HG changeset patch # User Mychaela Falconia # Date 1495871616 0 # Node ID e93b5e7272300075113795eca6c99704bef0b5d8 # Parent fe39aac56cde4e5949a356e8d54c4712be99f9b3 autocal: use DUALEXT STD for 900 and 1800 MHz bands diff -r fe39aac56cde -r e93b5e727230 autocal/stdband.h --- a/autocal/stdband.h Sat May 27 07:49:23 2017 +0000 +++ b/autocal/stdband.h Sat May 27 07:53:36 2017 +0000 @@ -3,6 +3,6 @@ #define RFPW_STD_BAND(std,band) ((std) | ((band) << 8)) #define RFPW_STD_BAND_850 RFPW_STD_BAND(7, 0) -#define RFPW_STD_BAND_900 RFPW_STD_BAND(2, 0) -#define RFPW_STD_BAND_1800 RFPW_STD_BAND(4, 0) +#define RFPW_STD_BAND_900 RFPW_STD_BAND(6, 0) +#define RFPW_STD_BAND_1800 RFPW_STD_BAND(6, 1) #define RFPW_STD_BAND_1900 RFPW_STD_BAND(3, 0)