staging: wfx: fix highest Rx value declared in ieee80211_supported_band
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 27 Apr 2020 13:40:22 +0000 (15:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:14:27 +0000 (14:14 +0200)
commitbfe2eb23d96ed23cb6c82cdcfcc6d79cee497367
tree6dddc5eab188c9f6ae0bafc7206fe3533d35f3d8
parent5f041538e2761c2d42600394e0e60e1967d1d41c
staging: wfx: fix highest Rx value declared in ieee80211_supported_band

The highest Rx value declared in ieee80211_supported_band had two
problems:
    1. The value should be little endian
    2. ShortGI was not taken into account. So value should be 72 instead
       of 65.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200427134031.323403-9-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/main.c