Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea37066d authored by Gavin O'Leary's avatar Gavin O'Leary Committed by Greg Kroah-Hartman
Browse files

Staging: wlan-ng: p80211wep: fixed a block comment style issue



Fixed a comment style issue.

Signed-off-by: default avatarGavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d2305435
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)