Skip to content
Commit 76355698 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

ieee802154: atusb: fix firmware version check to enable frame retries



Geert reported: as fw_ver_maj is unsigned char, gcc 4.1.2 complains:

warning: comparison is always true due to limited range of data type

Besides the warning the old check would also fail for firmware versions
like 1.x with x < 3. These would support frame retries, but the driver
would not enable the feature.

Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarStefan Schmidt <stefan@osg.samsung.com>
parent 01ccdf12
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment