Ticket #866 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

[PATCH] Add absolute signal and noise to radiotap header on rx

Reported by: smr26@cs.waikato.ac.nz Assigned to: mrenzmann
Priority: major Milestone: version 0.9.3
Component: madwifi: other Version: trunk
Keywords: Cc:
Patch is attached: 1 Pending:

Description

Adds the IEEE80211_RADIOTAP_DBM_ANTSIGNAL and IEEE80211_RADIOTAP_DBM_ANTNOISE fields to the radiotap header on rx. This is useful as the current current signal field is relative to an arbitrary value (in this case the noise floor) which an application parsing the radiotap headers would not necessarily be aware of.

Attachments

madwifi_radiotap_dbm.patch (1.6 kB) - added by smr26@cs.waikato.ac.nz on 09/08/06 04:59:24.
Add absolute signal and noise to radiotap header on rx
madwifi_radiotap_dbm_2.patch (2.2 kB) - added by smr26@cs.waikato.ac.nz on 09/08/06 06:24:48.
Cosmetic fix to previous patch - tabs instead of spaces. Signed-off-by: Scott Raynel <smr26@cs.waikato.ac.nz>

Change History

09/08/06 04:59:24 changed by smr26@cs.waikato.ac.nz

  • attachment madwifi_radiotap_dbm.patch added.

Add absolute signal and noise to radiotap header on rx

09/08/06 05:01:02 changed by smr26@cs.waikato.ac.nz

Signed-off-by: Scott Raynel <smr26@cs.waikato.ac.nz>

09/08/06 05:57:11 changed by mrenzmann

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

Patch looks ok, apart from the "space instead of tabs" issue. This should be fixed before committing the patch.

09/08/06 06:24:48 changed by smr26@cs.waikato.ac.nz

  • attachment madwifi_radiotap_dbm_2.patch added.

Cosmetic fix to previous patch - tabs instead of spaces. Signed-off-by: Scott Raynel <smr26@cs.waikato.ac.nz>

09/08/06 06:31:50 changed by smr26@cs.waikato.ac.nz

Cosmetic fix to previous patch - tabs instead of spaces.

Signed-off-by: Scott Raynel <smr26@cs.waikato.ac.nz>

09/13/06 12:41:38 changed by kelmo

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

Applied to r1710. Thanks.


Add/Change #866 ([PATCH] Add absolute signal and noise to radiotap header on rx)