From: Helmut Schaa Date: Sun, 11 Jul 2010 10:30:13 +0000 (+0200) Subject: rt2x00: Add missing TSF sync mode for AP operation X-Git-Tag: v2.6.36-rc1~571^2~107^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab8966ddc2f7fa3e631efa7478ea2c76d6c9942f;p=pandora-kernel.git rt2x00: Add missing TSF sync mode for AP operation Currently rt2x00 uses the TSF_SYNC_BEACON mode for all beaconing interface types. However, TSF_SYNC_BEACON is meant for IBSS networks and thus implements TSF merging in the hardware. Rename TSF_SYNC_BEACON to TSF_SYNC_ADHOC to better express its purpose and introduce the missing TSF sync mode TSF_SYNC_AP_NONE which should be used for beaconing modes that don't need TSF merging. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed