From: Antonio Quartulli Date: Sun, 25 Nov 2012 22:13:42 +0000 (+0100) Subject: mac80211: in ADHOC don't update last_rx if sta is not authorized X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e584da5e3cc0b299d4b86072941cbe6dd9a046a8;p=pandora-kernel.git mac80211: in ADHOC don't update last_rx if sta is not authorized It does not make sense to keep a station alive if it is not authorised at all. If IBSS/RSN is used it could also be the case that something went wrong during the keys exchange and the stations ended up in a not recoverable state. By not updating last_rx we are giving the station a chance to be deleted and to start the key exchange once again from scratch. Signed-off-by: Antonio Quartulli Signed-off-by: Johannes Berg --- Reading git-diff-tree failed