linelessos / android_kernel_sony_msm8996

Other
2 stars 6 forks source link

fix for wl_cfg80211_mgmt_tx kernel panic issue for kagura #3

Open ext32 opened 2 years ago

ext32 commented 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;
    }
erikcas commented 2 years ago

will check later on thanks!!