mirror of https://gitee.com/openkylin/linux.git
staging: vt6656: s_vFillTxKey fix indentation of memcpy
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3b6cee7be3
commit
5cb5bff703
|
@ -204,7 +204,7 @@ static void s_vFillTxKey(struct vnt_private *pDevice,
|
||||||
pTransmitKey->uKeyLength);
|
pTransmitKey->uKeyLength);
|
||||||
if (pTransmitKey->uKeyLength == WLAN_WEP40_KEYLEN) {
|
if (pTransmitKey->uKeyLength == WLAN_WEP40_KEYLEN) {
|
||||||
memcpy(pbyBuf+8, (u8 *)&rev_iv_counter, 3);
|
memcpy(pbyBuf+8, (u8 *)&rev_iv_counter, 3);
|
||||||
memcpy(pbyBuf+11, pTransmitKey->abyKey,
|
memcpy(pbyBuf+11, pTransmitKey->abyKey,
|
||||||
pTransmitKey->uKeyLength);
|
pTransmitKey->uKeyLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue