From: Jiri Slaby Date: Thu, 18 Jun 2009 23:06:45 +0000 (+0200) Subject: ath5k: fix beacon_int handling X-Git-Tag: v2.6.31-rc1~63^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab0cd493c08632ef10624d0169849c973951c66;p=pandora-kernel.git ath5k: fix beacon_int handling 73ca5203366235f8a43e490767284ba8cfd8c479 (ath5k: remove conf->beacon_int usage) removed bintval setting from ath5k_config. We need to init the interval earlier and don't touch it in add_interface anymore. Otherwise it will be set only once by upper layer through bss_info_changed but not on second and further hostap executions. We ended up having bintval 1000 which rendered the AP useless on many clients. Signed-off-by: Jiri Slaby Cc: Nick Kossifidis Cc: Luis R. Rodriguez Cc: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed