core: fix some misleading indentation

This commit is contained in:
Pascal de Bruijn 2019-05-28 14:30:39 +02:00 committed by Icenowy Zheng
parent 67c5991b70
commit f4b84229fa
2 changed files with 6 additions and 6 deletions

View File

@ -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);
else
issue_del_ba(padapter, psta->hwaddr, i, 39, 0);
psta->recvreorder_ctrl[i].enable = _FALSE;
psta->recvreorder_ctrl[i].enable = _FALSE;
if (ret != _FAIL)
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);
}
}
}

View File

@ -1598,8 +1598,8 @@ _func_enter_;
for (j = 0; j < 8; j++)
pframe[payload_index+j] = mic[j]; //message[payload_index+j] = mic[j];
payload_index = hdrlen + 8;
for (i=0; i< num_blocks; i++)
payload_index = hdrlen + 8;
for (i=0; i< num_blocks; i++)
{
construct_ctr_preload(
ctr_preload,
@ -1984,8 +1984,8 @@ _func_enter_;
for (j = 0; j < 8; j++)
message[payload_index+j] = mic[j];
payload_index = hdrlen + 8;
for (i=0; i< num_blocks; i++)
payload_index = hdrlen + 8;
for (i=0; i< num_blocks; i++)
{
construct_ctr_preload(
ctr_preload,