Bug 121477

Summary: [patch] ieee80211_radiotap(9) mentions incorrect data link-layer type
Product: Documentation Reporter: Sam Banks <samb>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!