keever50 commented on issue #15856: URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2708471817
> Why is there a void *private in the rx header? It's a buffer coming from the user, the driver shouldn't need to store anything between calls there. Ah yeah like the previous discussion about user not being able to use pointers pointing to the kernel. This seems pointless now that i think about it. The idea was this could be an extension for driver specifics, but this cant be used. Will be removed. I think i will remove WLIOC_SETADDR. It is not used anywhere, at all. The NRF chip only aliases it but for nothing. Funny. **Correction on dB** Also oops, i did it again. The dB and RSSI must be INT not UINT. That makes UINT32_MAX obviously INT32_MAX. After these changes, its probably a good idea to share this with the mailing list. More people are likely to respond there. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org