提交 fff47f10 编写于 作者: L Luis Carlos Cobo Rus 提交者: John W. Linville

[PATCH] libertas: deauthenticate from AP in channel switch

This avoids channel mismatch between driver and firmware in case we change
channel while associated to an AP.
Signed-off-by: NLuis Carlos Cobo Rus <luisca@cozybit.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 b8bedefd
...@@ -411,6 +411,11 @@ static int should_deauth_infrastructure(wlan_adapter *adapter, ...@@ -411,6 +411,11 @@ static int should_deauth_infrastructure(wlan_adapter *adapter,
return 1; return 1;
} }
if (test_bit(ASSOC_FLAG_CHANNEL, &assoc_req->flags)) {
lbs_deb_assoc("Deauthenticating due to channel switch.\n");
return 1;
}
/* FIXME: deal with 'auto' mode somehow */ /* FIXME: deal with 'auto' mode somehow */
if (test_bit(ASSOC_FLAG_MODE, &assoc_req->flags)) { if (test_bit(ASSOC_FLAG_MODE, &assoc_req->flags)) {
if (assoc_req->mode != IW_MODE_INFRA) if (assoc_req->mode != IW_MODE_INFRA)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册