mac80211: update sta->last_rx on acked tx frames
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Sep 2013 19:39:34 +0000 (21:39 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Nov 2013 14:02:00 +0000 (14:02 +0000)
commitc2a4b018aaa492c2de179b182b0e4b2b4c41bb8a
tree0a5e7020fbd42187c1f480dd2db60c455daa6cd2
parentf9ec1e9afbfea2bac94d54dd92d969755798160d
mac80211: update sta->last_rx on acked tx frames

commit 0c5b93290b2f3c7a376567c03ae8d385b0e99851 upstream.

When clients are idle for too long, hostapd sends nullfunc frames for
probing. When those are acked by the client, the idle time needs to be
updated.

To make this work (and to avoid unnecessary probing), update sta->last_rx
whenever an ACK was received for a tx packet. Only do this if the flag
IEEE80211_HW_REPORTS_TX_ACK_STATUS is set.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
net/mac80211/status.c