git: net80211 - Fix missing rcvif assignment in ieee80211_fragme

看板DFBSD_commit作者時間15年前 (2010/09/25 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 2b13573f9e9370682cde3e4dde902a87057e1b00 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Sep 24 10:01:12 2010 -0700 net80211 - Fix missing rcvif assignment in ieee80211_fragment() * When the 80211 code decides it must fragment a packet for the logical device layer the pkthdr.rcvif for the fragments must be copied from the original, otherwise the underlying device will panic trying to locate the node. * Untested but hopefully fixes an issue reported with wpi. Summary of changes: sys/netproto/802_11/wlan/ieee80211_output.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2b13573f9e9370682cde3e4dde902a87057e1b00 -- DragonFly BSD source repository
文章代碼(AID): #1CdETjIa (DFBSD_commit)