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))) {
wh = (void *)(plcp + AR_PLCP_HDR_LEN);
mlen = len - AR_PLCP_HDR_LEN - sizeof(*tail);