提交 ea37066d 编写于 作者: G Gavin O'Leary 提交者: Greg Kroah-Hartman

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

Fixed a comment style issue.
Signed-off-by: NGavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d2305435
...@@ -140,8 +140,8 @@ int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen) ...@@ -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. * 4-byte IV at start of buffer, 4-byte ICV at end of buffer.
if successful, buf start is payload begin, length -= 8; * if successful, buf start is payload begin, length -= 8;
*/ */
int wep_decrypt(wlandevice_t *wlandev, u8 *buf, u32 len, int key_override, int wep_decrypt(wlandevice_t *wlandev, u8 *buf, u32 len, int key_override,
u8 *iv, u8 *icv) u8 *iv, u8 *icv)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册