- Add some missing stats to the global ieee80211_stats
commitffd45d580f0969fc33cc3dc91fa3d53395007d64
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Nov 2006 07:03:45 +0000 (25 07:03 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Nov 2006 07:03:45 +0000 (25 07:03 +0000)
treeba9e5d71313eb096f311c6c10a37450f8f2edf9d
parentc36e937b81ab353c9ee67a89f1bff002012e1f38
- Add some missing stats to the global ieee80211_stats
- Move accounting work for data frame rx into ieee80211_deliver_data(),
  so L2 update frames are counted
- Add per-sta stats for rx ucast/mcast frames

Strip TABs on empty lines, while I'm here.

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

# NOTE: mbuf.m_pkthdr.rcvif still need to be set before calling
#       ieee80211_deliver_data()
sys/netproto/802_11/ieee80211_ioctl.h
sys/netproto/802_11/wlan/ieee80211_input.c