CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/01/04 05:32:06
Modified files: sys/net80211 : ieee80211.h ieee80211_input.c ieee80211_output.c Log message: ADDBA frames have a parameter set which we check against our own capabilities but we were checking bits in these parameters with the wrong set of bitmasks. Negotiating A-MPDUs with some APs failed because of this bug. ok kettenis@