Revision 79d2b29e8ab2bd460b07ff783d679d6cd3032769 authored by Ron Mercer on 13 February 2009, 00:38:34 UTC, committed by David S. Miller on 13 February 2009, 00:38:34 UTC
The large receive buffer queue is not properly tracking the current
index in the case where an early exit occurs.  This can happen when a
page alloc or dma mapping fails.  If this occurs the queue will get
out of sync and invalid indexes can be written to the hardware.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent def48b6
History
File Mode Size
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 462 bytes
core.c -rw-r--r-- 10.5 KB
core.h -rw-r--r-- 3.1 KB
lib80211.c -rw-r--r-- 6.9 KB
lib80211_crypt_ccmp.c -rw-r--r-- 11.9 KB
lib80211_crypt_tkip.c -rw-r--r-- 20.9 KB
lib80211_crypt_wep.c -rw-r--r-- 7.3 KB
nl80211.c -rw-r--r-- 56.1 KB
nl80211.h -rw-r--r-- 510 bytes
radiotap.c -rw-r--r-- 8.4 KB
reg.c -rw-r--r-- 42.8 KB
reg.h -rw-r--r-- 1.4 KB
sysfs.c -rw-r--r-- 1.7 KB
sysfs.h -rw-r--r-- 197 bytes
util.c -rw-r--r-- 3.1 KB
wext-compat.c -rw-r--r-- 3.1 KB
wext.c -rw-r--r-- 47.3 KB

back to top