From: Sam L. <sa...@er...> - 2003-07-08 15:55:20
|
> After looking to the code, I have two questions : > > 1. How we can change the aCWmin, aCWmax, DIFS .. variables ? (note that > AFAIK the ath_hal structure does not provide a function to do that) > No, I haven't exposed API's to set these parameters yet, but they're coming. You can configure these per-h/w xmit queue for the 5211 and 5212, but w/o providing control over other aspects of the queues it doesn't help you much. Hence the desire to think through the API's carefully before making something "public". > 2. Is the current code state supports the EDCF mechanism ? (note that in > the ath_attach function in if_ath.c file, there is only allocation of one > data queue) No. Trying to get basic functionality working well first... Sam |