freebsd-skq/sys/dev/iwi
Mitsuru IWASAKI 7199b6f7ee Fix wrong asresp frame parsing in iwi_checkforqos().
After 8.0-RELEASE, iwi(4) doesn't send any data frames in infrastructure
mode.

Bacause of the condition `while (frm < efrm)', IEEE80211_VERIFY_LENGTH()
was checking item length beyond the ieee80211_frame region, and returned
from iwi_checkforqos() without setting flags, capinfo and associd.

In infrastructure mode associd is required, so this problem causes
discarding mbuf in ieee80211_start().

PR:	kern/165819
Tested/Reviewed/Supported by: bschmidt and adrian
MFC after:	1 week
2012-03-10 17:08:57 +00:00
..
if_iwi.c Fix wrong asresp frame parsing in iwi_checkforqos(). 2012-03-10 17:08:57 +00:00
if_iwireg.h
if_iwivar.h Fix monitor mode which is implemented by doing a firmware scan. This 2010-10-12 16:52:13 +00:00