Ticket #1032 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] User control of the short/long preamble via iwpriv ioctl

Reported by: jirif Assigned to: mrenzmann
Priority: minor Milestone: version 0.9.3
Component: madwifi: 802.11 stack Version: trunk
Keywords: Cc:
Patch is attached: 1 Pending:

Description

This patch implementing user control of the short/long preamble via iwpriv ioctl. By default as before is the short preamble option on. This also can close ticket #722

Usage:
iwpriv wlan0 shpreamble 1 (enable short preamble) (default)
iwpriv wlan0 shpreamble 0 (disable short preamble)
iwpriv wlan0 get_shpreamble (return curret value)

Note:
Preamble can be controlled for for 802.11b/g. 802.11a do not implement it. Short preamble is a capability option, so when its turned off at accesspoint, any stations capable to use short preamble will use long preamble. When is accesspoint capable to use short preamble and station not, ap and station will use long preamble. Outdoor with poor signal condition is better to use long preamble.

Signed-off-by: Jiri Fojtasek <jiri.fojtasek@hlohovec.net>

Attachments

shpreamble-r1823.2.diff (3.8 kB) - added by jirif on 12/04/06 15:46:46.
the patch #2

Change History

12/04/06 15:46:46 changed by jirif

  • attachment shpreamble-r1823.2.diff added.

the patch #2

12/04/06 15:49:08 changed by jirif

Patch 2 shpreamble-r1823.2.diff is correct first was damaged.

Signed-off-by: Jiri Fojtasek <jiri.fojtasek@hlohovec.net>

12/05/06 06:03:30 changed by mrenzmann

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

12/14/06 02:38:37 changed by scottr

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

Patch works well for me. Committed in r1856. Cheers.


Add/Change #1032 ([patch] User control of the short/long preamble via iwpriv ioctl)