Open ext32 opened 2 years ago
Remove the goto exit; return BCME_BADARG; is good enough without goto exit;
if (len > (action_frame->len + DOT11_MGMT_HDR_LEN)) { WL_ERR(("invalid action frame length:%zu\n")); return BCME_BADARG; }
will check later on thanks!!
Remove the goto exit; return BCME_BADARG; is good enough without goto exit;