CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/15 03:01:46
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
Stop processing "no data" frames in ieee80211_input() before decryption.
Previously such frames would be counted as decryption failures which is
nonsense because they don't carry any data which could be encrypted.
Problem analyzed by, and fix developed together with, Lauri Tirkkonen.
