CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/05 07:13:43
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
there is no need to copy the full 802.11 header in ieee80211_decap()
as we do not use any field after i_addr4.
slightly modified version of a diff from Matthew Dempsky (matthew at
dempsky dot org), used MIN instead of min.
