File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ typedef unsigned radio_param_t;
97
97
* More specifically, fields prefixed with `RADIO_PARAM_` may be passed as an
98
98
* argument to any of those four functions. Exceptions are documented on a
99
99
* per-field basis. Fields prefixed with `RADIO_CONST_` will only be passed as
100
- * an argument to `get_value()` and `get_obect ()`.
100
+ * an argument to `get_value()` and `get_object ()`.
101
101
*/
102
102
enum radio_param_e {
103
103
@@ -562,7 +562,7 @@ struct radio_driver {
562
562
* `payload` will contain the MAC header (MHR) and MAC payload, but it
563
563
* will _not_ contain the physical header or the MAC footer (MFR).
564
564
*
565
- * `payload_len` must be lower than the value retrieved when calling
565
+ * `payload_len` must be lower than or equal to the value retrieved when calling
566
566
* NETSTACK_RADIO.get_value(RADIO_CONST_MAX_PAYLOAD_LEN, ...)
567
567
*
568
568
* This function will return an error if the radio driver could not copy
You can’t perform that action at this time.
0 commit comments