diff options
author | Eliad Peller <eliad@wizery.com> | 2012-03-04 12:55:53 +0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-03-05 17:45:26 +0400 |
commit | 6667776d3cf32dd3809a18917c2b7adb8ef12aa2 (patch) | |
tree | 68679c4599236b58802d8df978c370842619fd87 /drivers/net/wireless/wl12xx | |
parent | 97fd311a2615d8f35e796b11a14b6cf3d335d423 (diff) | |
download | linux-6667776d3cf32dd3809a18917c2b7adb8ef12aa2.tar.xz |
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 <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx')
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 1d5f2d5614fb..89bf9eadc840 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; /* |