Staging: rt2860: Fix test in rt_ioctl_siwfrag()
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 25 Aug 2009 12:31:11 +0000 (14:31 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:24 +0000 (12:02 -0700)
The test always evaluated to true.

MIN_FRAG_THRESHOLD is defined 256,
MAX_FRAG_THRESHOLD is defined 2346

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found