DOT11_MGMT_HDR_LEN
ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN;
ie_offset = DOT11_MGMT_HDR_LEN +
if (len > BRCMF_FIL_ACTION_FRAME_SIZE + DOT11_MGMT_HDR_LEN) {
action_frame->len = cpu_to_le16(len - DOT11_MGMT_HDR_LEN);
memcpy(action_frame->data, &buf[DOT11_MGMT_HDR_LEN],
(len - DOT11_MGMT_HDR_LEN);
mf_params->len = cpu_to_le16(len - DOT11_MGMT_HDR_LEN);
memcpy(mf_params->data, &buf[DOT11_MGMT_HDR_LEN],