From: Andreas Müller Date: Fri, 12 Dec 2014 11:11:11 +0000 (+0100) Subject: mac80211: fix multicast LED blinking and counter X-Git-Tag: omap-for-v3.20/drop-legacy-3517~36^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d025933e29872cb1fe19fc54d80e4dfa4ee5779c;p=pandora-kernel.git mac80211: fix multicast LED blinking and counter As multicast-frames can't be fragmented, "dot11MulticastReceivedFrameCount" stopped being incremented after the use-after-free fix. Furthermore, the RX-LED will be triggered by every multicast frame (which wouldn't happen before) which wouldn't allow the LED to rest at all. Fixes https://bugzilla.kernel.org/show_bug.cgi?id=89431 which also had the patch. Cc: stable@vger.kernel.org Fixes: b8fff407a180 ("mac80211: fix use-after-free in defragmentation") Signed-off-by: Andreas Müller [rewrite commit message] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed