From: Helmut Schaa Date: Tue, 29 Jun 2010 19:48:06 +0000 (+0200) Subject: rt2x00: fix beacon reset on rt2800 X-Git-Tag: v2.6.36-rc1~571^2~385^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb87251229be046b2b61fd15320320f7b66853b;p=pandora-kernel.git rt2x00: fix beacon reset on rt2800 When an interface is removed the according beacon entry should be reset. The current approach to only clear the first word is not enough to stop the device from sending out the beacon, hence resulting in beacons being sent out for already removed interfaces. Fix this by invalidating the entire TXWI in front of the beacon instead of only the first word. Also clear all beacons during startup in the same way. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed