From: Felix Fietkau Date: Sun, 24 Jan 2010 19:44:35 +0000 (+0100) Subject: mac80211: fix WARN_ON in the new work code X-Git-Tag: v2.6.34-rc1~233^2~421^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1396b231b0369c4146988c2f42fb416ae19e2572;p=pandora-kernel.git mac80211: fix WARN_ON in the new work code ieee80211_work_rx_mgmt currently enqueues various management frames, including deauth and disassoc frames, however the function ieee80211_work_rx_queued_mgmt does not handle these, as they should only occur if the AP is buggy. It does emit a WARN_ON when this happens though, and several users have reported such instances. Fix the WARN_ON by not queueing such frames in the first place. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed