On Wednesday 22 August 2007 10:10:23 Johannes Berg wrote:
> Hey,
> 
> Just noticed this bit of code:
>         if (dev->dev->id.revision >= 5) {
>                 /* Number of RCMTA address slots */
>                 b43_write16(dev, B43_MMIO_RCMTA_COUNT, dev->max_nr_keys - 8);
>         }
> 
> with a tiny bit of more code complexity, you should be able to set this
> register to the number of the highest used slot (plus one, it's 0-based)
> and save the hardware some effort when looking for a station address
> that cannot be found.

Yes, I know about this. I just didn't care to fix this, yet.

-- 
Greetings Michael.
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to