Other Parts Discussed in Thread: WL1837, WL1271
I’m facing a trouble with WiLink8 FM Rev8.9.0.10.70.
Now WL1837 is set as 4.9GHz band as ST and tries to connect with 4.9GHz band AP product.
The value of “flag” in a structure “wl1271_rx_descrptor” which is defined in /drivers/net/wireless/ti/wlcore/rx.h is set as 0x00.
This means that it’s 2.4GHz band and not 4.9GHz band.
(Following about the definition for the value for the “flag”.
#define WL1271_RX_DESC_BAND_BG 0x00
#define WL1271_RX_DESC_BAND_J 0x01
#define WL1271_RX_DESC_BAND_A 0x02
)
The value for the “flag” (i.e. band information) is set with wrong value, but the value for the “channel” in the same structure
is set correct value (i.e. from ch4 to ch16).
I’d like to know if FM is correctly implemented to detect 4.9GHz band AP.
Best Regards,
HaTa.
