diff options
author | Luciano Coelho <luciano.coelho@nokia.com> | 2009-10-12 15:08:57 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-27 16:48:06 -0400 |
commit | ae751bab9f55c3152ebf713c89a4fb6f439c2575 (patch) | |
tree | e555199eee90de975eea0b3172344c53d346dcf1 /drivers/net/wireless/wl12xx/wl1271.h | |
parent | 0535d9f4f07df9a592b77fe75f66faee66a851e8 (diff) | |
download | blackbird-op-linux-ae751bab9f55c3152ebf713c89a4fb6f439c2575.tar.gz blackbird-op-linux-ae751bab9f55c3152ebf713c89a4fb6f439c2575.zip |
wl1271: remove unnecessary joins and join only when the bssid changes
We were using the join command to change some settings when the stack asked
us to do it. In many cases they were not needed (and could cause potential
problems), so they were removed. In other cases there are ACX commands that
can be used instead of using join to reconfigure.
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index b2bc7b59d645..aa9bb2ea8554 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h @@ -378,10 +378,6 @@ struct wl1271 { /* Our association ID */ u16 aid; - /* Beacon parameters */ - u16 beacon_int; - u8 dtim_period; - /* currently configured rate set */ u32 basic_rate_set; |