Alternative download link ?

Henning Rogge rogge at fgan.de
Tue Jan 20 11:05:34 EET 2009


Am Tuesday 20 January 2009 09:09:32 schrieb Kalle Valo:
> > including the IBSS option ?
>
> I haven't applied to the IBSS patches yet due to lack of time. I'll
> plan to do it really soon now.
While looking through some older stlc45xx code from the maemo garage I found 
something strange:

In line 1984 I found this code:
for (i = 0; i < 8; i++) {
	rate = ieee80211_get_tx_rate(stlc->hw, info);
	data->aloft[i] = rate->hw_value;
}

If I understand this code this means that all retries will be send with the 
same transmission speed. Other drivers (ath5k for example) use different retry 
speeds to allow ministrel (the new rate control algorithm) to speed up txrate 
detection:

drivers/net/wireless/ath5k/base.c, line 1215:
for (i = 0; i < 3; i++) {
	rate = ieee80211_get_alt_retry_rate(sc->hw, info, i);
	if (!rate)
		break;

	mrr_rate[i] = rate->hw_value;
	mrr_tries[i] = info->control.rates[i + 1].count;
}

Would it be possible to do something for the stlc45xx too ?

Henning Rogge

*************************************************
Diplom Informatiker Henning Rogge
Forschungsgesellschaft für
Angewandte Naturwissenschaften e. V. (FGAN) 
Neuenahrer Str. 20, 53343 Wachtberg, Germany
Tel.: 0049 (0)228 9435-961
Fax: 0049 (0)228 9435-685
E-Mail: rogge at fgan.de
Web: www.fgan.de
************************************************
Sitz der Gesellschaft: Bonn
Registergericht: Amtsgericht Bonn VR 2530
Vorstand: Dr. rer. nat. Ralf Dornhaus (Vors.), Prof. Dr. Joachim Ender 
(Stellv.)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://garage.maemo.org/pipermail/stlc45xx-devel/attachments/20090120/b347e1c7/attachment.pgp 


More information about the stlc45xx-devel mailing list