> As far as the wl1835 driver is concerned it has MIMO enabled.

After some further checking, I don't think it does.

    $ wlconf -i /lib/firmware/ti-connectivity/wl18xx-conf.bin -g | grep ht.mode
    wl18xx.ht.mode = 0x01

>From wl18xx/conf.h:

    enum wl18xx_ht_mode {
            /* Default - use MIMO, fallback to SISO20 */
            HT_MODE_DEFAULT = 0,

            /* Wide - use SISO40 */
            HT_MODE_WIDE = 1,

            /* Use SISO20 */
            HT_MODE_SISO20 = 2,
    };

This can be worked around with the ht_mode module parameter, as
I previously reported.

-- Juliusz

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/87lh0fuhs3.wl-jch%40pps.univ-paris-diderot.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to