cvs commit: src/sys/net80211 ieee80211_freebsd.h ieee80211_input.c

Sam Leffler sam at FreeBSD.org
Wed Sep 5 13:23:00 PDT 2007


sam         2007-09-05 20:22:59 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_freebsd.h ieee80211_input.c 
  Log:
  o add M_WEP mbuf flag so drivers can mark frames that are decrypted by the
    device and have had the crypto bits stripped from the 802.11 header
  o strip mbuf flags in the rx path before passing up the stack
  
  Reviewed by:    thompsa, sephe, avatar
  Approved by:    re (blanket wireless)
  
  Revision  Changes    Path
  1.15      +5 -0      src/sys/net80211/ieee80211_freebsd.h
  1.112     +5 -1      src/sys/net80211/ieee80211_input.c


More information about the cvs-all mailing list