I´m testing SMAC using FREEDOM KW24.
When I study sample code and I have doubt about Power Output Adjust (MLMEPAOutputAdjust), function showed at page 3-27.
The documentation says that the maximum value is 0x1F but I´m getting error with values more than 0x1C. (Value = 31-3 = 28 = 0x1C).
Looking for sample code I get more confuse (file wireless_uart.h):
Note Image:

Max Output was defined as 0x0F. The sample code is "wireless_uart_freertos_frdmkw24" using kinetis.
Can you help to understand better your document ?