Fix some backward arguments in the debug statement
This commit is contained in:
parent
22257c41cb
commit
cca0013674
|
@ -83,7 +83,7 @@ int mac802154_req_data(MACHANDLE mac,
|
|||
int ret;
|
||||
|
||||
wlinfo("Received frame io_len=%u io_offset=%u\n",
|
||||
frame->io_offset, frame->io_len);
|
||||
frame->io_len, frame->io_offset);
|
||||
|
||||
/* Check the required frame size */
|
||||
|
||||
|
|
Loading…
Reference in New Issue