tag += 2;
 
        if (type == ACT_ADDBAREQ) {
-               memcpy(tag, (u8 *)&(pBA->ba_start_seq_ctrl), 2);
+               memcpy(tag, (u8 *)&pBA->ba_start_seq_ctrl, 2);
                tag += 2;
        }
 
                            ieee->pHTInfo->bCurrentHTSupport);
                goto OnADDBAReq_Fail;
        }
-       if (!GetTs(ieee, (struct ts_common_info **)(&pTS), dst,
+       if (!GetTs(ieee, (struct ts_common_info **)&pTS, dst,
            (u8)(pBaParamSet->field.tid), RX_DIR, true)) {
                rc = ADDBA_STATUS_REFUSED;
                netdev_warn(ieee->dev, "%s(): can't get TS\n", __func__);
                goto OnADDBARsp_Reject;
        }
 
-       if (!GetTs(ieee, (struct ts_common_info **)(&pTS), dst,
+       if (!GetTs(ieee, (struct ts_common_info **)&pTS, dst,
                   (u8)(pBaParamSet->field.tid), TX_DIR, false)) {
                netdev_warn(ieee->dev, "%s(): can't get TS\n", __func__);
                ReasonCode = DELBA_REASON_UNKNOWN_BA;