git: net80211 - Fix missing rcvif assignment in ieee80211_fragment()
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 24 10:04:07 PDT 2010
commit 2b13573f9e9370682cde3e4dde902a87057e1b00
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list