From: Johannes Berg Date: Sat, 25 Jul 2009 09:58:36 +0000 (+0200) Subject: mac80211: fix receiving deauth X-Git-Tag: v2.6.32-rc1~703^2~506^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8b261a5c11bd043b9b0e0c7e6c49d57611e3ae;p=pandora-kernel.git mac80211: fix receiving deauth Marcel reported a warning, which quite obviously comes from an oversight in the code handling deauth frames, and which resulted in multiple follow-up warnings due to this missing handling. This patch adds the missing deauth handling (telling cfg80211 about it) and also removes the follow-up warnings since they could happen due to races even if nothing is wrong. I've explained the races in the comments. Signed-off-by: Johannes Berg Reported-by: Marcel Holtmann Tested-by: Marcel Holtmann Signed-off-by: John W. Linville --- Reading git-diff-tree failed