wifi: Get RTS threshold #146605
Annotations
1 error, 1 warning, and 2 notices
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-int nrf_wifi_get_rts_threshold(const struct device *dev,
- unsigned int *rts_threshold);
+int nrf_wifi_get_rts_threshold(const struct device *dev, unsigned int *rts_threshold);
File:drivers/wifi/nrfwifi/inc/wifi_mgmt.h
Line:78
You may want to run clang-format on this change:
-int nrf_wifi_get_rts_threshold(const struct device *dev,
- unsigned int *rts_threshold)
+int nrf_wifi_get_rts_threshold(const struct device *dev, unsigned int *rts_threshold)
File:drivers/wifi/nrfwifi/src/wifi_mgmt.c
Line:1021
|
Run Compliance Tests:
drivers/wifi/nrfwifi/inc/wifi_mgmt.h#L78
drivers/wifi/nrfwifi/inc/wifi_mgmt.h:78
-int nrf_wifi_get_rts_threshold(const struct device *dev,
- unsigned int *rts_threshold);
+int nrf_wifi_get_rts_threshold(const struct device *dev, unsigned int *rts_threshold);
|
Run Compliance Tests:
drivers/wifi/nrfwifi/src/wifi_mgmt.c#L1021
drivers/wifi/nrfwifi/src/wifi_mgmt.c:1021
-int nrf_wifi_get_rts_threshold(const struct device *dev,
- unsigned int *rts_threshold)
+int nrf_wifi_get_rts_threshold(const struct device *dev, unsigned int *rts_threshold)
|
Loading