CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/09 08:50:58
Modified files:
sys/net80211 : ieee80211_input.c ieee80211_proto.c
Log message:
Disable A-MSDU support again.
iwm(4) 9k and iwx(4) need more work before AMSDU can be enabled.
These devices decapsulate A-MSDU in hardware and required changes to
make this work with our drivers and stack seem to be non-trivial.
Problems reported by phessler@
ok phessler@
