On Thu, Apr 3, 2008 at 1:21 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > > > > On Tue, 2008-04-01 at 21:45 +0200, Chr wrote: > > > > This patch is necessary for the upcoming Accesspoint patch for p54. > > > > > > Hm. I don't like increasing the tx control structure size but I guess > > > you really need that :) > > > > Not sure why this cannot be bookeeped in the driver. > > Upon association AID is delivered to driver, so every packet that will > > be sent to this AP has this AID? > > We're talking about AP mode, and afaict to do that in the driver you'd > have to have a hash table from sta MAC -> AID. I see, AP mode is different story and in second thought it think we can use this to speed up TX path also for iwliwfi, we waste significant time on searching for STA based on MAC address. So it's ACK from me. Thanks for opening my eyes :) Another question is if there will be more info needed for station in the driver. Currently in iwlwifi we have STA representation, this is HW requirement but some data are kept twice in iwlwifi and mac. The question is whether STA mac80211 representation cannot be more accessible to the driver? Not sure how this can be done without over complicated station book keeping. Thanks Tomas. -- 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