diff options
author | Ilan Peer <ilan.peer@intel.com> | 2017-08-08 13:56:58 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-08-18 15:16:11 +0200 |
commit | f5d8f50f271d1f80c2afd7eada1c91a863c87a06 (patch) | |
tree | b78906b658b276487fe2968b1abc794bb9512229 /drivers/platform/x86 | |
parent | iwlwifi: Demote messages about fw flags size to info (diff) | |
download | linux-f5d8f50f271d1f80c2afd7eada1c91a863c87a06.tar.xz linux-f5d8f50f271d1f80c2afd7eada1c91a863c87a06.zip |
iwlwifi: mvm: Fix channel switch in case of count <= 1
The code did not consider the case that the channel switch counter
is <= 1, which would result with an inaccurate calculation of the
time event apply time.
As the specification states that in case of counter == 0 the switch
occurs at any time after the reception the frame, and for counter == 1
the switch would happens before the next TBTT, schedule the time
event immediately.
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/platform/x86')
0 files changed, 0 insertions, 0 deletions