Ticket #1042 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Staggered beacons do not work in IBSS ad-hoc mode

Reported by: anonymous Assigned to: mrenzmann
Priority: major Milestone: version 0.9.3
Component: madwifi: driver Version: trunk
Keywords: ad-hoc staggered beacon Cc:
Patch is attached: 1 Pending:

Description

When tsfadjust is supported by the hardware the driver will enable staggered beacons when AP or IBSS beacons are transmitted (in software mode). But it seems that staggered beacons do not work under IBSS mode at all. It even seems to corrupt normal data traffic.

Because only one IBSS vap (and no other vaps) may be attached to a radio the whole staggered beacons concept is not needed at all for IBSS. I've attached a patch that only enables staggered beacons when an AP vap is created. For IBSS bursted beacons are used, which seem to work fine. This patch is created on r1854.

I haven't tested staggered beacons with AP vaps. I have no idea if they work under this mode. Maybe someone should test this as well.

Signed-off-by: Tjalling Hattink <tjalling.hattink@ti-wmc.nl> Twente Institute of Wireless and Mobile Communications

Attachments

ibss_stagbeacons_fix.diff (433 bytes) - added by tjalling.hattink@ti-wmc.nl on 12/13/06 12:10:13.
Fix that disables staggered beacons under IBSS mode.

Change History

12/13/06 12:10:13 changed by tjalling.hattink@ti-wmc.nl

  • attachment ibss_stagbeacons_fix.diff added.

Fix that disables staggered beacons under IBSS mode.

12/13/06 12:14:12 changed by mrenzmann

  • status changed from new to assigned.
  • owner set to mrenzmann.
  • milestone set to version 0.9.3.

Thanks for the patch, will go into 0.9.3 (I hope I get around to do it later today, but if anyone else has a second left, feel free to commit).

12/14/06 01:59:53 changed by scottr

  • status changed from assigned to closed.
  • resolution set to fixed.

Committed in r1855. Cheers.


Add/Change #1042 (Staggered beacons do not work in IBSS ad-hoc mode)