Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] wl12xx: Unmask beacons includes IE 'HT information' change
@ 2011-05-11  8:14 Shahar Levi
  2011-05-12 21:17 ` Luciano Coelho
  0 siblings, 1 reply; 2+ messages in thread
From: Shahar Levi @ 2011-05-11  8:14 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luciano Coelho

All beacons includes changes in IE 'HT information' (IE 61) will
be pass to the MAC80211 layer in order to be update with HT
run time setting.
Enable that via beacon filter mechanism.

Signed-off-by: Shahar Levi <shahar_levi@ti.com>
---
 drivers/net/wireless/wl12xx/main.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index dea57ea..92d26f4 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -256,12 +256,16 @@ static struct conf_drv_settings default_conf = {
 		.wake_up_event               = CONF_WAKE_UP_EVENT_DTIM,
 		.listen_interval             = 1,
 		.bcn_filt_mode               = CONF_BCN_FILT_MODE_ENABLED,
-		.bcn_filt_ie_count           = 1,
+		.bcn_filt_ie_count           = 2,
 		.bcn_filt_ie = {
 			[0] = {
 				.ie          = WLAN_EID_CHANNEL_SWITCH,
 				.rule        = CONF_BCN_RULE_PASS_ON_APPEARANCE,
-			}
+			},
+			[1] = {
+				.ie          = WLAN_EID_HT_INFORMATION,
+				.rule        = CONF_BCN_RULE_PASS_ON_CHANGE,
+			},
 		},
 		.synch_fail_thold            = 10,
 		.bss_lose_timeout            = 100,
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] wl12xx: Unmask beacons includes IE 'HT information' change
  2011-05-11  8:14 [PATCH] wl12xx: Unmask beacons includes IE 'HT information' change Shahar Levi
@ 2011-05-12 21:17 ` Luciano Coelho
  0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2011-05-12 21:17 UTC (permalink / raw)
  To: Shahar Levi; +Cc: linux-wireless

On Wed, 2011-05-11 at 11:14 +0300, Shahar Levi wrote:
> All beacons includes changes in IE 'HT information' (IE 61) will
> be pass to the MAC80211 layer in order to be update with HT
> run time setting.
> Enable that via beacon filter mechanism.
> 
> Signed-off-by: Shahar Levi <shahar_levi@ti.com>
> ---

Applied.  I modified the commit subject and the commit message so that
it's a bit clearer.

Thanks!

-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-12 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  8:14 [PATCH] wl12xx: Unmask beacons includes IE 'HT information' change Shahar Levi
2011-05-12 21:17 ` Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox