CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/01/25 02:23:08
Modified files: sys/net80211 : ieee80211_input.c Log message: In amsdu_decap() check the actual length of the data in the remaining mbuf chain. Else this function will sometimes signal end of AMSDU frame too early. Patch by Imre Vadasz. ok mpi@ phessler@