diff options
author | Avraham Stern <avraham.stern@intel.com> | 2017-08-02 12:13:20 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-08-18 16:10:43 +0300 |
commit | 3edfb5f44b942f04b4fbbddb24d8866bbfb5d1a4 (patch) | |
tree | 068ccc69059ec811ec1297e60e3339d80352167a /kernel/extable.c | |
parent | f9cd3e0871b54e70d3ecfa89b76b2e9a7ac172af (diff) | |
download | linux-3edfb5f44b942f04b4fbbddb24d8866bbfb5d1a4.tar.gz linux-3edfb5f44b942f04b4fbbddb24d8866bbfb5d1a4.tar.bz2 linux-3edfb5f44b942f04b4fbbddb24d8866bbfb5d1a4.zip |
iwlwifi: mvm: remove session protection to allow channel switch
If a time event is already scheduled when trying to schedule one for
channel switch, the code assumes the channel switch is already
scheduled and no further action is required.
However, it is possible that the scheduled time event is actually
for session protection (e.g. when the first beacon after association
contains the CSA IE). In this case the channel switch will not be
scheduled which will finally lead to disconnection.
Fix this by removing the old time event and schduling a new one for
the channel switch.
Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions