driver_nl80211: Fixed inactivity poll status processing
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 27 Jan 2009 14:34:48 +0000 (16:34 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 27 Jan 2009 14:34:48 +0000 (16:34 +0200)
commitf01a6b1e3e533ddc939b8bc0a3fb08d665922d4d
tree2102caaae4d3d1e36755fb8e52c07865ee350a01
parent9616af520b7dafec50cb5f147fe0e4e29cc2645b
driver_nl80211: Fixed inactivity poll status processing

Previous version was discarding TX status for FromDS data frames, but
those are the exact ones that we need to check for inactivity poll to
work, i.e., they are TX status reports for injected data frames.

In addition, remove the debug printing of TX status for data frame since
that could fill up the debug output if kernel-side filtering cannot be
used with monitor interface.
hostapd/driver_nl80211.c