OSDN Git Service

rt2x00: Add missing TSF sync mode for AP operation
authorHelmut Schaa <helmut.schaa@googlemail.com>
Sun, 11 Jul 2010 10:30:13 +0000 (12:30 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Jul 2010 20:05:37 +0000 (16:05 -0400)
commitab8966ddc2f7fa3e631efa7478ea2c76d6c9942f
tree748aed346dd13e8c423430a3077d61fa2cec8c84
parent8544df327c4c1c2bc6f2f6bf2997980d0d9a29f0
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 <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2800lib.c
drivers/net/wireless/rt2x00/rt2x00config.c
drivers/net/wireless/rt2x00/rt2x00reg.h