mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
Staging: wlan-ng: p80211wep: fixed a block comment style issue
Fixed a comment style issue. Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d23054350d
commit
ea37066d0e
@ -140,8 +140,8 @@ int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen)
|
||||
}
|
||||
|
||||
/*
|
||||
4-byte IV at start of buffer, 4-byte ICV at end of buffer.
|
||||
if successful, buf start is payload begin, length -= 8;
|
||||
* 4-byte IV at start of buffer, 4-byte ICV at end of buffer.
|
||||
* if successful, buf start is payload begin, length -= 8;
|
||||
*/
|
||||
int wep_decrypt(wlandevice_t *wlandev, u8 *buf, u32 len, int key_override,
|
||||
u8 *iv, u8 *icv)
|
||||
|
Loading…
Reference in New Issue
Block a user