Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/wpa/dist/src/drivers Fix is defined in wpa_comm...



details:   https://anonhg.NetBSD.org/src/rev/4f8cfb1ad42f
branches:  trunk
changeset: 343461:4f8cfb1ad42f
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Feb 05 15:05:29 2016 +0000

description:
Fix is defined in wpa_common.h which the driver already pulls in.

diffstat:

 external/bsd/wpa/dist/src/drivers/driver_bsd.c |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r c10137df121b -r 4f8cfb1ad42f external/bsd/wpa/dist/src/drivers/driver_bsd.c
--- a/external/bsd/wpa/dist/src/drivers/driver_bsd.c    Fri Feb 05 13:06:24 2016 +0000
+++ b/external/bsd/wpa/dist/src/drivers/driver_bsd.c    Fri Feb 05 15:05:29 2016 +0000
@@ -690,9 +690,6 @@
        }
 
 #ifdef WORDS_BIGENDIAN
-#ifndef WPA_KEY_RSC_LEN
-#define WPA_KEY_RSC_LEN 8
-#endif
        {
                /*
                 * wk.ik_keytsc is in host byte order (big endian), need to



Home | Main Index | Thread Index | Old Index