Searched hist:"7 c5c73cde03c876b23d840e82f4df687bce83b44" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | diff 7c5c73cde03c876b23d840e82f4df687bce83b44 Tue Aug 13 22:41:21 CDT 2013 Sujith Manoharan <c_manoha@qca.qualcomm.com> ath9k: Fix error condition for corrupt descriptors
In case a descriptor has the "done" bit clear and the next descriptor has it set, we drop both of them. If the packet that is received after these two packets is dropped for some reason, "discard_next" will not cleared. Fix this.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|