- Add noise floor in ieee80211_nodestats; return it as zero until we can
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Nov 2006 05:04:23 +0000 (05:04 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Nov 2006 05:04:23 +0000 (05:04 +0000)
commit0d17a301dc80babdfbf16c6eafa7da6e3fb7cdd7
treebb743d7f96a4ad10ca949d0a8f8f8430cc30e4e7
parent45abbce2e3ff745a630324df1ddf491962d36990
- Add noise floor in ieee80211_nodestats; return it as zero until we can
  update the api's so the driver can provide noise floor data
- 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
- 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

Obtained-from: FreeBSD (sam@freebsd.org)

# NOTE: The RSSI statistics in ieee80211_nodestats is still unsigned
sys/netproto/802_11/ieee80211_ioctl.h
sys/netproto/802_11/wlan/ieee80211_ioctl.c