From: Rajkumar Manoharan Date: Sat, 23 Oct 2010 05:29:57 +0000 (+0530) Subject: mac80211: Fix ibss station got expired immediately X-Git-Tag: v2.6.37-rc1~88^2~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8716d9dc13c7f6ee92f2bfc6cc3b723b417bff8;p=pandora-kernel.git mac80211: Fix ibss station got expired immediately Station addition in ieee80211_ibss_rx_queued_mgmt is not updating sta->last_rx which is causing station expiry in ieee80211_ibss_work path. So sta addition and deletion happens repeatedly. CC: stable@kernel.org Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed