]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not disconnect STA based on inactivity on driver failure
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 2 Jan 2012 19:27:06 +0000 (21:27 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 2 Jan 2012 19:27:06 +0000 (21:27 +0200)
commitd567479153b9db89213ecd9c42188abfc37c79ba
tree0218508a62cd22b1561d274ee5d9c56f47fd5f50
parentb87346c41a726d0a5319cb91bd9248ec2fa31e42
Do not disconnect STA based on inactivity on driver failure

Now that we can use driver_nl80211.c with non-mac80211 drivers that
implement SME/MLME internally, we may not get inactivity time from the
driver. If that is the case, we need to skip disconnection based on
maximum inactivity timeout. This fixes some unexpected disconnection
cases with ath6kl in AP mode.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/sta_info.c