Thread (24 messages) 24 messages, 4 authors, 2015-03-15
STALE4155d
Revisions (5)
  1. v1 current
  2. v2 [diff vs current]
  3. v3 [diff vs current]
  4. v4 [diff vs current]
  5. v5 [diff vs current]

[PATCH 15/16] staging: rtl8723au: Correct a typo in a trace log line

From: M. Vefa Bicakci <hidden>
Date: 2015-03-13 03:38:16
Also in: lkml
Subsystem: staging subsystem, the rest · Maintainers: Greg Kroah-Hartman, Linus Torvalds

Correct a typo in rtl8723au's rtw_security.c which was most likely
caused by a copy and paste mistake. Prior to this commit, the TKIP
decryption function referred to WEP in its trace log output.

Signed-off-by: M. Vefa Bicakci <redacted>
---
 drivers/staging/rtl8723au/core/rtw_security.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_security.c b/drivers/staging/rtl8723au/core/rtw_security.c
index fd04ae78bb..7b4044fbe0 100644
--- a/drivers/staging/rtl8723au/core/rtw_security.c
+++ b/drivers/staging/rtl8723au/core/rtw_security.c
@@ -765,7 +765,7 @@ int rtw_tkip_decrypt23a(struct rtw_adapter *padapter,
 			crc[0] != payload[length - 4]) {
 
 		RT_TRACE(_module_rtl871x_security_c_, _drv_err_,
-				("rtw_wep_decrypt23a:icv error "
+				("rtw_tkip_decrypt23a:icv error "
 				 "crc[3](%x)!= payload[length-1](%x) || "
 				 "crc[2](%x)!= payload[length-2](%x) || "
 				 "crc[1](%x)!= payload[length-3](%x) || "
-- 
2.1.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help