From: Eliad Peller Date: Sun, 4 Mar 2012 08:55:53 +0000 (+0200) Subject: wl12xx: configure the correct beacon_interval X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6667776d3cf32dd3809a18917c2b7adb8ef12aa2;p=~shefty%2Frdma-dev.git wl12xx: configure the correct beacon_interval We didn't update the beacon interval on association (or on a change notification when working as sta), so the default interval (100ms) was always used. Update the beacon interval according to the bss_conf before starting the sta role (on association). Signed-off-by: Eliad Peller Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 1d5f2d5614f..89bf9eadc84 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c @@ -3723,6 +3723,7 @@ sta_not_found: u32 rates; int ieoffset; wlvif->aid = bss_conf->aid; + wlvif->beacon_int = bss_conf->beacon_int; set_assoc = true; /*