summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2012-03-10 17:08:57 +0000
committeriwasaki <iwasaki@FreeBSD.org>2012-03-10 17:08:57 +0000
commitde7ad4a179b444e5497c842c77c7559dc9fccc2c (patch)
treeec234af95f11064544d8c7bf518cafecfdf5751b /sys/dev/uart/uart_bus_pci.c
parenteaf47d1cd79c4fde9aba9adc9444cb7f78cbc044 (diff)
downloadFreeBSD-src-de7ad4a179b444e5497c842c77c7559dc9fccc2c.zip
FreeBSD-src-de7ad4a179b444e5497c842c77c7559dc9fccc2c.tar.gz
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
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud