Ticket #897 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Remove pad bytes from transmit feedback packets

Reported by: scottraynel@gmail.com Assigned to:
Priority: major Milestone: version 0.9.3
Component: madwifi: driver Version: trunk
Keywords: Cc:
Patch is attached: 1 Pending:

Description

In monitor mode, transmitted packets were not having their hardware padding removed before being sent to ieee80211_input_monitor causing the frames to appear invalid. This patch removes that padding.

Signed-off-by: Scott Raynel <scottraynel@gmail.com>

Attachments

madwifi_tx_capture_remove_pad_bytes.patch (1.1 kB) - added by scottraynel@gmail.com on 09/20/06 02:48:09.
Remove hw padding from transmit feedback packets

Change History

09/20/06 02:48:09 changed by scottraynel@gmail.com

  • attachment madwifi_tx_capture_remove_pad_bytes.patch added.

Remove hw padding from transmit feedback packets

09/20/06 03:14:40 changed by kelmo

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to version 0.9.3.

Applied in r1719. Thanks Scott.


Add/Change #897 (Remove pad bytes from transmit feedback packets)