CVSROOT: /cvs Module name: src Changes by: proc...@cvs.openbsd.org 2019/08/16 13:53:32
Modified files: sys/net80211 : ieee80211_crypto.c ieee80211_crypto.h Log message: check that software de/encrypt is possible: under hardware offload, it needn't be. the stack must otherwise rely on every offloading driver correctly handling all frames governed by a given key. ok stsp@