Bug 121477 - [patch] ieee80211_radiotap(9) mentions incorrect data link-layer type
Summary: [patch] ieee80211_radiotap(9) mentions incorrect data link-layer type
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-07 20:30 UTC by Sam Banks
Modified: 2008-03-20 08:35 UTC (History)
0 users

See Also:


Attachments
file.diff (548 bytes, patch)
2008-03-07 20:30 UTC, Sam Banks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Banks 2008-03-07 20:30:02 UTC
ieee80211_radiotap(9) mentions using the data link-layer type DLT_IEEE_80211_RADIO which doesn't exist. After looking into it, DLT_IEEE802_11_RADIO is the correct type to use.

Fix: The attached patch fixes the issue.

Patch attached with submission follows:
How-To-Repeat: man 9 ieee80211_radiotap :)
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-17 16:33:40 UTC
brueffer    2008-03-17 16:33:34 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       ieee80211_radiotap.9 
  Log:
  Correct bpf data-link type.
  
  PR:             121477
  Submitted by:   Sam Banks
  MFC after:      3 days
  
  Revision  Changes    Path
  1.4       +2 -2      src/share/man/man9/ieee80211_radiotap.9
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2008-03-17 16:33:45 UTC
State Changed
From-To: open->patched

Patched in HEAD, MFC pending.  Thanks! 


Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2008-03-17 16:33:45 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-17 16:37:45 UTC
brueffer    2008-03-17 16:37:35 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       ieee80211_radiotap.9 
  Log:
  Bah, missed one instance in the previous commit.  Correct bpf
  data-link type here as well.
  
  PR:             121477
  
  Revision  Changes    Path
  1.5       +1 -1      src/share/man/man9/ieee80211_radiotap.9
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Christian Brueffer freebsd_committer freebsd_triage 2008-03-20 08:34:49 UTC
State Changed
From-To: patched->closed

MFCs done. Thanks!