git: wlan - Fix mbuf handling when using encryption.

看板DFBSD_commit作者時間15年前 (2010/07/13 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1CEyZY88 (DFBSD_commit)