cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_node.c ieee80211_var.h

Sam Leffler sam at FreeBSD.org
Mon Sep 15 15:28:09 PDT 2003


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 at 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


More information about the cvs-src mailing list