]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: wlan-ng: p80211wep: fixed a block comment style issue
authorGavin O'Leary <gavinoleary3@gmail.com>
Mon, 9 Nov 2015 06:44:20 +0000 (22:44 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 03:06:36 +0000 (19:06 -0800)
Fixed a comment style issue.

Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211wep.c

index c363456d93a3db63a2fcfe7c432d930b6ba5b978..e9f990a52cad3d01a538736995f7ae739f137062 100644 (file)
@@ -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)