From: Felix Fietkau Date: Mon, 21 Mar 2011 19:01:00 +0000 (+0100) Subject: mac80211: initialize sta->last_rx in sta_info_alloc X-Git-Tag: v2.6.39-rc1~54^2~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc8aecdc5e26cfda12dbd6867af4aa67836da6a;p=pandora-kernel.git mac80211: initialize sta->last_rx in sta_info_alloc This field is used to determine the inactivity time. When in AP mode, hostapd uses it for kicking out inactive clients after a while. Without this patch, hostapd immediately deauthenticates a new client if it checks the inactivity time before the client sends its first data frame. Signed-off-by: Felix Fietkau Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed