From: Marek Lindner Date: Tue, 20 Dec 2011 15:16:52 +0000 (+0800) Subject: mac80211: ibss should not purge clients it is not responsible for X-Git-Tag: v3.3-rc1~182^2~44^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2b774e7c91094d8c00de579646f1162b87b01e;p=pandora-kernel.git mac80211: ibss should not purge clients it is not responsible for The IBSS merge code calls ieee80211_sta_expire() with a relatively short expire timeout that purges other clients prematurely. The expire function has to check that only the clients belonging to the vif in question are purged. Signed-off-by: Marek Lindner Signed-off-by: John W. Linville --- Reading git-diff-tree failed