From: Igor Perminov Date: Sun, 9 Aug 2009 22:58:54 +0000 (+0200) Subject: rt2x00: Fix beacon de-synchronization while update beacon X-Git-Tag: v2.6.32-rc1~703^2~367^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6756d0dc220c3d12e2c4c06ca97d1dbcb5edf4e;p=pandora-kernel.git rt2x00: Fix beacon de-synchronization while update beacon When beacon is being updated to refresh TIM (AP mode), beacon frames are de-synchronizing (i.e. two neighbor beacon frames - before and after update - are being transmitted with a wrong time interval). That is because xxx_write_beacon should disable beacon generation only while beacon data are being uploaded to the device, but it should not disable the beacon clock. Signed-off-by: Igor Perminov Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed