wimax/i2400m: fix incorrect handling of type 2 and 3 RX messages
commit0809a7bbe8fbcb4e899b0a3224d8461bd74987e0
authorPrasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com>
Tue, 13 Apr 2010 23:36:10 +0000 (13 16:36 -0700)
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 11 May 2010 21:08:43 +0000 (11 14:08 -0700)
treed8f733a1860c3ec93114ba7c07fdc56080fcbb40
parentd11a6e4495ee1fbb38b59bc88d49d050d3736929
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