From: Bruno Randolf Date: Sat, 19 Jan 2008 09:18:41 +0000 (+0900) Subject: ath5k: configure backoff for IBSS beacon queue X-Git-Tag: v2.6.25-rc1~1162^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d91e1d80822da1c3e790bfbe8df432360fd7f68;p=pandora-kernel.git ath5k: configure backoff for IBSS beacon queue 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 beacon backoff does not work reliably yet, so i suspect we have a problem somewhere else, since the same settings (and similar beacon timer configuration) work for madwifi. drivers/net/wireless/ath5k/base.c: Changes-licensed-under: 3-Clause-BSD Signed-off-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed