看板 DFBSD_commit 關於我們 聯絡資訊
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