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.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to