diff options
author | Sara Sharon <[email protected]> | 2016-05-04 14:22:10 +0300 |
---|---|---|
committer | Luca Coelho <[email protected]> | 2016-07-06 00:33:06 +0300 |
commit | f43495fd5e37b2ef4a187974011ff439e6354053 (patch) | |
tree | e8f620d1e8345baa079288d2c0aa4c09a163ec65 /drivers/net/wireless/intel/iwlwifi/mvm/utils.c | |
parent | 2047fa5401918a1e3bc0ec8923de2570265d1d78 (diff) |
iwlwifi: mvm: fix possible division by zero
Theoretically we may get only one IRQ from OS, in which
case we will have only 1 queue even in MSIx mode.
This will cause division by zero in the indirection table
calculation.
We do not need send the command in that case, as there is
only one queue so all RX traffic will be directed to it
anyway. Bail out early if there is only one queue.
Signed-off-by: Sara Sharon <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/utils.c')
0 files changed, 0 insertions, 0 deletions