core: fix some misleading indentation
This commit is contained in:
parent
67c5991b70
commit
f4b84229fa
|
@ -12150,10 +12150,10 @@ void rtw_delba_check(_adapter *padapter, struct sta_info *psta, u8 from_timer)
|
||||||
ret = issue_del_ba_ex(padapter, psta->hwaddr, i, 39, 0, 3, 1);
|
ret = issue_del_ba_ex(padapter, psta->hwaddr, i, 39, 0, 3, 1);
|
||||||
else
|
else
|
||||||
issue_del_ba(padapter, psta->hwaddr, i, 39, 0);
|
issue_del_ba(padapter, psta->hwaddr, i, 39, 0);
|
||||||
psta->recvreorder_ctrl[i].enable = _FALSE;
|
psta->recvreorder_ctrl[i].enable = _FALSE;
|
||||||
if (ret != _FAIL)
|
if (ret != _FAIL)
|
||||||
psta->recvreorder_ctrl[i].ampdu_size = RX_AMPDU_SIZE_INVALID;
|
psta->recvreorder_ctrl[i].ampdu_size = RX_AMPDU_SIZE_INVALID;
|
||||||
rtw_reset_continual_no_rx_packet(psta, i);
|
rtw_reset_continual_no_rx_packet(psta, i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1598,8 +1598,8 @@ _func_enter_;
|
||||||
for (j = 0; j < 8; j++)
|
for (j = 0; j < 8; j++)
|
||||||
pframe[payload_index+j] = mic[j]; //message[payload_index+j] = mic[j];
|
pframe[payload_index+j] = mic[j]; //message[payload_index+j] = mic[j];
|
||||||
|
|
||||||
payload_index = hdrlen + 8;
|
payload_index = hdrlen + 8;
|
||||||
for (i=0; i< num_blocks; i++)
|
for (i=0; i< num_blocks; i++)
|
||||||
{
|
{
|
||||||
construct_ctr_preload(
|
construct_ctr_preload(
|
||||||
ctr_preload,
|
ctr_preload,
|
||||||
|
@ -1984,8 +1984,8 @@ _func_enter_;
|
||||||
for (j = 0; j < 8; j++)
|
for (j = 0; j < 8; j++)
|
||||||
message[payload_index+j] = mic[j];
|
message[payload_index+j] = mic[j];
|
||||||
|
|
||||||
payload_index = hdrlen + 8;
|
payload_index = hdrlen + 8;
|
||||||
for (i=0; i< num_blocks; i++)
|
for (i=0; i< num_blocks; i++)
|
||||||
{
|
{
|
||||||
construct_ctr_preload(
|
construct_ctr_preload(
|
||||||
ctr_preload,
|
ctr_preload,
|
||||||
|
|
Loading…
Reference in a new issue