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

git: net80211 - Fix missing rcvif assignment in ieee80211_fragment()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Sep 2010 10:02:52 -0700 (PDT)

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



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