Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2003 15:28:08 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_node.c ieee80211_var.h
Message-ID:  <200309152228.h8FMS8Hd091340@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2003/09/15 15:28:08 PDT

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_ioctl.c ieee80211_node.c 
                         ieee80211_var.h 
  Log:
  Generalize the per-node RSSI data so drivers can do more interesting
  things than record a single value.
  
  o add a per-node method for returning the "current RSSI" for a node
  o create a default method that returns ni_rssi which is the rssi for
    the last received frame
  o use the per-node "get rssi" method to return data for the RID's
    submitted by wicontrol, et. al.
  
  Loosely based on work by Tom Marshall <tommy@home.tig-grr.com> for MADWIFI.
  
  Revision  Changes    Path
  1.5       +5 -4      src/sys/net80211/ieee80211_ioctl.c
  1.7       +10 -0     src/sys/net80211/ieee80211_node.c
  1.6       +2 -0      src/sys/net80211/ieee80211_var.h



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