raiden00pl commented on code in PR #15828:
URL: https://github.com/apache/nuttx/pull/15828#discussion_r1986031223
##########
include/nuttx/wireless/ioctl.h:
##########
@@ -57,16 +57,58 @@
#define WLIOC_GETADDR _WLCIOC(0x0004) /* arg: Pointer to address value,
format
* of the address is driver
specific */
#define WLIOC_SETTXPOWER _WLCIOC(0x0005) /* arg: Pointer to int32_t, */
- /* output power (in dBm) */
+ /* output power (in 0.01 dBm) */
Review Comment:
this is true only for this driver. All the other drivers use the old unit.
Either all other usage of this command should be fixed or this comment should
say that this value depends on the driver
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]