On Thu, Jul 02, 2015 at 03:31:38PM +0200, Johannes Berg wrote: > On Thu, 2015-07-02 at 09:28 -0400, Bob Copeland wrote: > > > > + DECLARE_BITMAP(aid_map, IEEE80211_MAX_AID + 1); > > > Is there really much point in keeping a long-lived bitmap rather than > iterating the existing stations when adding a new one? It's not such a > frequent operation after all. Not really -- I tried it both ways initially, and the bitmap ended up with less code and u.mesh was still (slightly) smaller than u.mgd, but I agree it does feel kind of bloaty so I'll prep a version the other way. -- Bob Copeland %% http://bobcopeland.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html