From: Johannes Berg Date: Wed, 2 Dec 2009 11:43:43 +0000 (+0100) Subject: mac80211: dont try to use existing sta for AP X-Git-Tag: v2.6.34-rc1~233^2~705^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1ec85f00e999dba61bdcbd959d62439d418e56;p=pandora-kernel.git mac80211: dont try to use existing sta for AP Clean out some cruft that could use an already existing sta_info struct -- that case cannot happen. Also, there's a bug there -- if allocation/insertion fails then it is possible that we are left in a lingering state where mac80211 waits for the AP, cfg80211 waits for mac80211, but the AP has already replied. Since there's no way to indicate an internal error, pretend there was a timeout, i.e. that the AP never responded. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed