Re: [ath5k-devel] [PATCH 3/3] ath5k: configure backoff for IBSS beacon queue

2008-01-19 Thread Nick Kossifidis
> + qi.tqi_cw_max = 2 * ah->ah_cw_min; Have you checked ath5k_hw_reset_tx_queue ? cw_min/cw_max is recalculated there, maybe we are doing something wrong there... -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick ___

[ath5k-devel] [PATCH 3/3] ath5k: configure backoff for IBSS beacon queue

2008-01-19 Thread Bruno Randolf
in "11.1.2.2 Beacon generation in an IBSS" the IEEE802.11 standard says, each STA should... "b) Calculate a random delay uniformly distributed in the range between zero and twice aCWmin × aSlotTime,". configure cwmin and cwmax of the beacon queue in IBSS mode according to this. unfortunately beaco