driver_nl80211: Fix STA accounting data collection
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 16 Feb 2009 11:28:42 +0000 (13:28 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 16 Feb 2009 11:28:42 +0000 (13:28 +0200)
commitdbdf58b053e4b839ec05ee19d73f96a448f1a863
tree2a16e669f37fe9e98cec5884051304a887fc14e8
parent8a0eae80accab5297b440d2f032a2d14a40fc8f6
driver_nl80211: Fix STA accounting data collection

TX/RX bytes are now reported correctly (typo ended up leaving TX bytes
uninitialized and set RX bytes value to use correct TX bytes). TX/RX
packet counts are not yet available from kernel, so we have to clear the
values to avoid reporting bogus data.
hostapd/ChangeLog
hostapd/driver_nl80211.c