Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2006 17:09:26 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src UPDATING src/sys/sys param.h src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h
Message-ID:  <200609021709.k82H9QXJ047178@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2006-09-02 17:09:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    .                    UPDATING 
    sys/sys              param.h 
    sys/net80211         ieee80211_ioctl.c ieee80211_ioctl.h 
  Log:
  MFC: statistics fixups:
      o change rssi to be signed in ieee80211_nodestats
      o add noise floor in ieee80211_nodestats (use an implicit hole to
        preserve layout); return it as zero until we can update the api's
        so the driver can provide noise floor data
      o add a bandaid so IEEE80211_IOC_STA_STATS works for sta mode; when
        all nodes are in the station table this will no longer be needed
      o fix braino in IEEE80211_IOC_STA_INFO implementation; was supposed
        to take a mac address and return info for that sta or all stations
        if ff:ff:ff:ff:ff was supplied--but somehow this didn't get implemented;
        implement the intended semantics and leave a compat shim at the old
        ioctl number for the previous api
  
  Note this changes the api for IEEE80211_IOC_STA_INFO but old binaries
  will continue to work.  FreeBSD_version bumped so apps can track the
  change (no such applications are known to exist but just in case).
  
  Revision    Changes    Path
  1.416.2.27  +6 -0      src/UPDATING
  1.25.2.15   +72 -15    src/sys/net80211/ieee80211_ioctl.c
  1.10.2.7    +5 -3      src/sys/net80211/ieee80211_ioctl.h
  1.244.2.16  +1 -1      src/sys/sys/param.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609021709.k82H9QXJ047178>