DragonFly BSD
DragonFly commits List (threaded) for 2010-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: wlan - Fix mbuf handling when using encryption.


From: Joe Talbott <josepht@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 12 Jul 2010 18:33:54 -0700 (PDT)

commit 005cdb6a67d050afb4276ea677c330792b83f830
Author: Joe Talbott <josepht@dragonflybsd.org>
Date:   Mon Jul 12 18:38:58 2010 -0400

    wlan - Fix mbuf handling when using encryption.
    
    Re-add a __FreeBSD__ only section of code that copies an mbuf chain to
    a writtable version before encapsulating the packet.
    
    Uses m_dup() since we don't have m_unshare() (yet).
    
    Discussed-With: dillon

Summary of changes:
 sys/netproto/802_11/wlan/ieee80211_output.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/005cdb6a67d050afb4276ea677c330792b83f830


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]