Ticket #964 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[patch] monitor mode sequence number of packets originating from the card are wrong

Reported by: xmxwx@asn.pl Assigned to:
Priority: minor Milestone: version 0.9.3
Component: madwifi: other Version: v0.9.2
Keywords: Cc:
Patch is attached: 1 Pending:

Description

Actually this is because the hardware assigns the Sequence Numbers to outgoing packets unless a Retry Bit is set. For some uses (e.g. debuging with packet sniffer) it may be important to know what Sequence Number each frame was assigned.

The patch:

http: //dev.lintrack.org/browser/trunk/packages/madwifi/patches/004-local_monitor_sequence_numbers_fix.diff.bz2?format=raw

solves the problem by overwriting packets' SN after tx descriptors are processed.

Signed-off-by: Michal Wrobel <xmxwx@asn.pl>

Attachments

004-local_monitor_sequence_numbers_fix.diff (1.7 kB) - added by xmxwx@asn.pl on 10/19/06 01:51:30.

Change History

10/19/06 01:51:30 changed by xmxwx@asn.pl

  • attachment 004-local_monitor_sequence_numbers_fix.diff added.

10/19/06 04:58:51 changed by scottraynel@gmail.com

Hah.. I just ran into this problem myself, and was about to write a fix for it, when I noticed this patch :) I'll test out the patch and let you know how it goes. Thanks!

10/19/06 13:14:43 changed by mrenzmann

  • version set to v0.9.2.
  • milestone set to version 0.9.x - progressive release candidate phase.

10/24/06 03:26:59 changed by scottraynel@gmail.com

Hi, tested the patch and it's working fine here.

10/24/06 03:41:29 changed by kelmo

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from version 0.9.x - progressive release candidate phase to version 0.9.3.

Applied to r1768.


Add/Change #964 ([patch] monitor mode sequence number of packets originating from the card are wrong)