]> git.baikalelectronics.ru Git - kernel.git/commit
wimax/i2400m: fix incorrect handling of type 2 and 3 RX messages
authorPrasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com>
Tue, 13 Apr 2010 23:36:10 +0000 (16:36 -0700)
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 11 May 2010 21:08:43 +0000 (14:08 -0700)
commit1ec998707506084b1cf8611de25da4984208f516
treed8f733a1860c3ec93114ba7c07fdc56080fcbb40
parent20069cd7d07fc43f6af3f00996064155c9fff419
wimax/i2400m: fix incorrect handling of type 2 and 3 RX messages

According to Intel Wimax i3200, i5x50 and i6x60 device specification documents,
the host driver must not reset the device if the normalized sequence numbers
are greater than 1023 for type 2 and type 3 RX messages.
This patch removes the code that incorrectly used to reset the device.

Signed-off-by: Prasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com>
drivers/net/wimax/i2400m/rx.c