diff options
author | Zhu Yi <yi.zhu@intel.com> | 2008-01-24 10:19:38 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 23:09:58 (GMT) |
commit | e655b9f03f41c7a84fb74d6619abf844d7f2ab65 (patch) | |
tree | 219be4a1e49e9d630874684b6996e9d0a73d166c /crypto | |
parent | 5a66926aa9230810704fd5a127966215fd58881e (diff) | |
download | linux-e655b9f03f41c7a84fb74d6619abf844d7f2ab65.tar.xz |
iwlwifi: fix problem when rf_killswitch change during suspend/resume
After we delay device initialization until interface up, there are more
conditions for the hardware rf_kill switch states during suspend and
resume. For example, before suspend we can have interface up or down,
rf_kill enable or disable; before resume we can have rf_kill enable or
disable. So there are totally 2^3 = 8 conditions to handle. This patch
addressed this problem and makes sure every condition works correctly.
This patch also merges the device suspend and resume handlers with the
mac_start and mac_stop code since they are basically doing the same
thing.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions