Re: ALC and TEST MODE 15 (was: ACL and TEST MODE 15)

Vaclav Petricek <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
First of all sorry for systematically using ACL instead of correct ALC.

After looking through linux source I came to the conclusion that the
WI_DEBUG_CONFBITS section should disable the ALC. When I was testing this
it did not happen :-( On ZCOM XI 325H I would understand as I heard they
do not support manual txpower regulation. But I was assured that another
one I tried supports manual setting and still it did not work. The
reported output levels were still oscilating although around a different
level than high power cards.

Does anyone know if
- it is possible to convert the high power cards to manually tunable just
  by firmware upgrade?
- the cards report whether the txpower may be manually set?

Vaclav

> ------------------------------------------------------------
> static void
> wi_writepower(const char *iface, int power)
> {
>         struct wi_req wreq;
>
>         wreq.wi_type = WI_DEBUG_CONFBITS;     //
>         wreq.wi_val[0] = 1;                   //
>         wreq.wi_val[1] = 0x8;                 // ???
>         wreq.wi_len = 1 + 1 + 1;              //
>         wi_setdebug(iface, &wreq);            //
>
>         wreq.wi_type = WI_RID_MIF;
>         wreq.wi_val[0] = WI_HFA386X_CR_MANUAL_TX_POWER;
>         wreq.wi_val[1] = power;
>         wreq.wi_len = 1 + 1 + 1;
>         wi_setval(iface, &wreq);
> }
> ------------------------------------------------------------
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.