mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_UPDATE_INDICATE_SEQ_WHILE_PROCESS_ADDBA_REQ
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
cd557898d2
commit
3bc76eea48
1 changed files with 0 additions and 12 deletions
|
@ -2066,22 +2066,10 @@ void process_addba_req(struct adapter *padapter, u8 *paddba_req, u8 *addr)
|
|||
|
||||
if(psta) {
|
||||
start_seq = le16_to_cpu(preq->BA_starting_seqctrl) >> 4;
|
||||
|
||||
param = le16_to_cpu(preq->BA_para_set);
|
||||
tid = (param>>2)&0x0f;
|
||||
|
||||
preorder_ctrl = &psta->recvreorder_ctrl[tid];
|
||||
|
||||
#ifdef CONFIG_UPDATE_INDICATE_SEQ_WHILE_PROCESS_ADDBA_REQ
|
||||
preorder_ctrl->indicate_seq = start_seq;
|
||||
#ifdef DBG_RX_SEQ
|
||||
DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, start_seq: %d\n", __FUNCTION__, __LINE__,
|
||||
preorder_ctrl->indicate_seq, start_seq);
|
||||
#endif
|
||||
#else
|
||||
preorder_ctrl->indicate_seq = 0xffff;
|
||||
#endif
|
||||
|
||||
preorder_ctrl->enable =(pmlmeinfo->bAcceptAddbaReq == true)? true :false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue