mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 23:36:45 +07:00
e655b9f03f
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> |
||
---|---|---|
.. | ||
iwl3945-base.c | ||
iwl4965-base.c | ||
iwl-3945-commands.h | ||
iwl-3945-debug.h | ||
iwl-3945-hw.h | ||
iwl-3945-io.h | ||
iwl-3945-rs.c | ||
iwl-3945-rs.h | ||
iwl-3945.c | ||
iwl-3945.h | ||
iwl-4965-commands.h | ||
iwl-4965-debug.h | ||
iwl-4965-hw.h | ||
iwl-4965-io.h | ||
iwl-4965-rs.c | ||
iwl-4965-rs.h | ||
iwl-4965.c | ||
iwl-4965.h | ||
iwl-helpers.h | ||
iwl-prph.h | ||
iwl-spectrum.h | ||
Kconfig | ||
Makefile |