AR_PLCP_HDR_LEN
if (__predict_false(len < AR_PLCP_HDR_LEN)) {
if (memcmp(plcp, AR_PLCP_HDR_INTR, AR_PLCP_HDR_LEN) == 0) {
otus_cmd_rxeof(sc, plcp + AR_PLCP_HDR_LEN,
len - AR_PLCP_HDR_LEN);
if (__predict_false(len < AR_PLCP_HDR_LEN + sizeof (*tail))) {
mlen = len - AR_PLCP_HDR_LEN - sizeof (*tail);
wh = (struct ieee80211_frame *)(plcp + AR_PLCP_HDR_LEN);