Hi,
We would like to know if it is possible to change the antenna mode(MIMO/SISO)
while loading the driver through module parameters?
We are trying to run below commands to change the mode.
1.SISO mode:
insmod /lib/modules/2.6.38.8/updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko n_antennas_5=0 n_antennas_2=1 ht_mode=siso20
2.MIMO mode:
insmod /lib/modules/2.6.38.8/updates/drivers/net/wireless/ti/wl18xx/wl18xx.ko n_antennas_5=0 n_antennas_2=2
but in both cases we get same LOG below saying it is in MIMO mode for both the commands.
"[131.080000] wlcore: wl18xx HW: RDL 2, 1857 MIMO, PG 2.2 (ROM 0x11)"
Please let me know if there is anything missing.
Best Regards
Paddu