Source-Changes-HG archive

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

[src/trunk]: src/sys/net80211 Remove duplicate macros. Reported ...



details:   https://anonhg.NetBSD.org/src/rev/c9079ab43e3c
branches:  trunk
changeset: 318740:c9079ab43e3c
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri May 04 11:25:24 2018 +0000
description:
Remove duplicate macros. Reported in PR/29786.

diffstat:

 sys/net80211/ieee80211_ioctl.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 95f62cd8d62a -r c9079ab43e3c sys/net80211/ieee80211_ioctl.h
--- a/sys/net80211/ieee80211_ioctl.h    Fri May 04 11:11:47 2018 +0000
+++ b/sys/net80211/ieee80211_ioctl.h    Fri May 04 11:25:24 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ieee80211_ioctl.h,v 1.23 2016/04/08 14:30:47 roy Exp $ */
+/*     $NetBSD: ieee80211_ioctl.h,v 1.24 2018/05/04 11:25:24 maxv Exp $        */
 /*-
  * Copyright (c) 2001 Atsushi Onoe
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -580,10 +580,6 @@
        int             i_authtype;
 };
 
-#define        IEEE80211_AUTH_NONE     0
-#define        IEEE80211_AUTH_OPEN     1
-#define        IEEE80211_AUTH_SHARED   2
-
 #define        SIOCS80211AUTH           _IOW('i', 236, struct ieee80211_auth)
 #define        SIOCG80211AUTH          _IOWR('i', 237, struct ieee80211_auth)
 



Home | Main Index | Thread Index | Old Index