backoff.1 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .TH backoff 1 "October 2018" "plc-utils-2.1.12" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. backoff - Transmit power backoff utility for 75xx devices
  4. .SH SYNOPSIS
  5. .BR backoff
  6. .RI [ options ]
  7. .SH DESCRIPTION
  8. The Transmit power backoff utility reduces the transmit power of the device using VS_SET_PRESCALER_BACKOFF messages and prints the power backoff applied to the frequency bands.
  9. This utility can also be used to retrieve the power backoff applied to the frequency bands using VS_GET_PRESCALER_BACKOFF messages and prints it in the console.
  10. Output is column-oriented and suitable for loading into a spreadsheet or being read by a simple program.
  11. .PP
  12. This program is part of the Qualcomm Atheros Powerline Toolkit.
  13. See the \fBplc\fR man page for an overview and installation instructions.
  14. .SH CHIPSETS
  15. QCA75xx
  16. .SH OPTIONS
  17. .TP
  18. -\fBc\fI coupling\fR
  19. Tonemap coupling.
  20. Use the number \fB0\fR or the string "\fBpri\fR" for SISO primary coupling.
  21. Use the number \fB1\fR or the string "\fBalt\fR" for SISO alternate coupling.
  22. Use the number \fB2\fR or the string "\fBmimo\fR" for MIMO coupling.
  23. This program will accept any numeric value from \fB0\fR through \fB255\fR but runtime firmware will reject out-of-range values.
  24. .TP
  25. .RB - e
  26. Redirects stderr messages to stdout.
  27. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  28. This option prints all output on stdout in cases where this is desired.
  29. .TP
  30. .RB - g
  31. Read and display transmit power backoff values with VS_GET_PRESCALER_BACKOFF.
  32. Output is identical to set prescaler backoff values.
  33. .TP
  34. -\fBi \fIinterface\fR
  35. Select the host Ethernet interface.
  36. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  37. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  38. This option then takes precedence over either default.
  39. .TP
  40. .RB - n
  41. Number of frequency bands in the input file
  42. .TP
  43. .RB - q
  44. Enter quiet mode.
  45. Progress messages are suppressed.
  46. .TP
  47. -\fBs\fI f\fR
  48. Set prescaler values from input file (f). Input file should contain only descriptor values. Maximum number of descriptor values in the input file should be 16 because VS_SET_PRESCALER_BACKOFF MME supports only 16 descriptors.
  49. .TP
  50. -\fBt \fImilliseconds\fR
  51. Read timeout in milliseconds.
  52. Values range from 0 through UINT_MAX.
  53. This is the maximum time allowed for a response.
  54. The default is shown in brackets on the program menu.
  55. .TP
  56. .RB -v
  57. Enter verbose mode.
  58. All Ethernet frames sent or received by the program are displayed on stdout.
  59. .TP
  60. .RB - x
  61. Exit program on first error with a non-zero exit code.
  62. This option allows shell scripts to detect failed or incomplete operations and take the appropriate action.
  63. .TP
  64. .RB - ? ,-- help
  65. Print program help summary on stdout.
  66. This option takes precedence over other options on the command line.
  67. .TP
  68. .RB - ! ,-- version
  69. Print program version information on stdout.
  70. This option takes precedence over other options on the command line.
  71. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  72. .SH REFERENCES
  73. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  74. .SH EXAMPLES
  75. The following example displays the transmit power backoff applied to the given frequency bands.
  76. .PP
  77. # backoff -ieth1 -c2 -n1 -s input.txt
  78. Back-off Applied Successfully
  79. Frequency bands in Primary chain
  80. Band | Start index | Start back off(dB) | End index | End back off(dB)
  81. 0 0 0x5 21 0x5
  82. Frequency bands in Alternate chain
  83. Band | Start index | Start back off(dB) | End index | End back off(dB)
  84. 0 0 0x5 21 0x5
  85. .PP
  86. # backoff -ieth1 -c2 -n16 -s input.txt
  87. Back-off Applied Successfully
  88. Frequency bands in Primary chain
  89. Band | Start index | Start back off(dB) | End index | End back off(dB)
  90. 0 0 0x5 21 0x5
  91. 1 22 0xa 42 0xa
  92. 2 43 0xf 63 0xf
  93. 3 64 0x14 84 0x14
  94. 4 85 0x19 105 0x19
  95. 5 106 0x14 126 0x14
  96. 6 127 0xf 147 0xf
  97. 7 148 0xa 168 0xa
  98. 8 169 0x5 189 0x5
  99. 9 190 0xa 210 0xa
  100. 10 211 0xf 231 0xf
  101. 11 232 0x14 252 0x14
  102. 12 253 0x19 273 0x19
  103. 13 274 0x14 294 0x14
  104. 14 295 0xf 315 0xf
  105. 15 316 0xa 336 0xa
  106. Frequency bands in Alternate chain
  107. Band | Start index | Start back off(dB) | End index | End back off(dB)
  108. 0 0 0x5 21 0x5
  109. 1 22 0xa 42 0xa
  110. 2 43 0xf 63 0xf
  111. 3 64 0x14 84 0x14
  112. 4 85 0x19 105 0x19
  113. 5 106 0x14 126 0x14
  114. 6 127 0xf 147 0xf
  115. 7 148 0xa 168 0xa
  116. 8 169 0x5 189 0x5
  117. 9 190 0xa 210 0xa
  118. 10 211 0xf 231 0xf
  119. 11 232 0x14 252 0x14
  120. 12 253 0x19 273 0x19
  121. 13 274 0x14 294 0x14
  122. 14 295 0xf 315 0xf
  123. 15 316 0xa 336 0xa
  124. .PP
  125. # backoff -ieth1 -c0 -n1 -g
  126. Frequency bands in Primary chain
  127. Band | Start index | Start back off(dB) | End index | End back off(dB)
  128. 0 0 0x5 21 0x5
  129. 1 22 0xa 42 0xa
  130. 2 43 0xf 63 0xf
  131. 3 64 0x14 84 0x14
  132. 4 85 0x19 105 0x19
  133. 5 106 0x14 126 0x14
  134. 6 127 0xf 147 0xf
  135. 7 148 0xa 168 0xa
  136. 8 169 0x5 189 0x5
  137. 9 190 0xa 210 0xa
  138. 10 211 0xf 231 0xf
  139. 11 232 0x14 252 0x14
  140. 12 253 0x19 273 0x19
  141. 13 274 0x14 294 0x14
  142. 14 295 0xf 315 0xf
  143. 15 316 0xa 336 0xa
  144. Frequency bands in Alternate chain
  145. Band | Start index | Start back off(dB) | End index | End back off(dB)
  146. 0 0 0x5 21 0x5
  147. 1 22 0xa 42 0xa
  148. 2 43 0xf 63 0xf
  149. 3 64 0x14 84 0x14
  150. 4 85 0x19 105 0x19
  151. 5 106 0x14 126 0x14
  152. 6 127 0xf 147 0xf
  153. 7 148 0xa 168 0xa
  154. 8 169 0x5 189 0x5
  155. 9 190 0xa 210 0xa
  156. 10 211 0xf 231 0xf
  157. 11 232 0x14 252 0x14
  158. 12 253 0x19 273 0x19
  159. 13 274 0x14 294 0x14
  160. 14 295 0xf 315 0xf
  161. 15 316 0xa 336 0xa
  162. .SH DISCLAIMER
  163. Atheros HomePlug AV Vendor Specific Management Message Entry structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  164. Consequently, public information may not be available.
  165. Qualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  166. .SH SEE ALSO
  167. .BR PLC ( 1 ),
  168. .BR backoff1 ( 1 ),
  169. .SH CREDITS
  170. Nisha K <nishk@qti.qualcomm.com>
  171. Kalaivani Somasundaram <kalaivan@qti.qualcomm.com>
  172. '
  173. '