Source-Changes archive

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

re: CVS commit: src/sys/net80211



   
   Module Name: src
   Committed By:        dyoung
   Date:                Wed Jul 27 07:01:25 UTC 2005
   
   Modified Files:
        src/sys/net80211: ieee80211_ioctl.c ieee80211_ioctl.h
   
   Log Message:
   NetBSD already has ioctls that get/set these parameters.  Only
   compile support for the duplicate ioctls from FreeBSD if it is a
   COMPAT_FREEBSD kernel:
   
           IEEE80211_IOC_SSID
           IEEE80211_IOC_WEPTXKEY
           IEEE80211_IOC_CHANNEL
           IEEE80211_IOC_PRIVACY
           IEEE80211_IOC_DROPUNENCRYPTED
           IEEE80211_IOC_BSSID
           IEEE80211_IOC_BEACON_INTERVAL
           IEEE80211_IOC_WEPKEY


it seems to me that COMPAT_FREEBSD support belongs in compat/freebsd
directory, so that it works for the LKM as well.



Home | Main Index | Thread Index | Old Index