dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/ath5k
Bruno Randolf 6d91e1d808 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 <bruno@thinktube.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-01-28 15:10:53 -08:00
..
Makefile [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
ath5k.h ath5k: beacon interval is in TU 2008-01-28 15:10:50 -08:00
base.c ath5k: configure backoff for IBSS beacon queue 2008-01-28 15:10:53 -08:00
base.h ath5k: use SWBA to detect IBSS HW merges 2008-01-28 15:10:52 -08:00
debug.c [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
debug.h [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
hw.c ath5k: use 3 instead of 0x00000003 2008-01-28 15:10:50 -08:00
hw.h [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
initvals.c [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
phy.c [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
reg.h [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
regdom.c [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00
regdom.h [PATCH] Net: add ath5k wireless driver 2008-01-28 15:09:35 -08:00