mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit '94f82102284f73721f685ec9ae535aef815e0d69'
* commit '94f82102284f73721f685ec9ae535aef815e0d69': Squashed 'features/nanostack/sal-stack-nanostack/' changes from 7963594..2535a6cpull/7854/head
commit
8c94411882
|
@ -700,7 +700,7 @@ int8_t mac_pd_sap_data_cb(void *identifier, arm_phy_sap_msg_t *message)
|
|||
}
|
||||
//Do not accept commend frame with length 0
|
||||
if (fcf_read.frametype == FC_CMD_FRAME && length == 0) {
|
||||
return -1;
|
||||
goto ERROR_HANDLER;
|
||||
}
|
||||
|
||||
//Parse IE Elements
|
||||
|
|
Loading…
Reference in New Issue