Merge remote-tracking branch 'wireless-next/master' into HEAD
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / pcie / trans.c
index c3f904d422b08b1074345fcba99a31390f663945..6392f67dc1af61568e140a4b93dc42cb0b785d40 100644 (file)
@@ -220,6 +220,9 @@ static int iwl_pcie_apm_init(struct iwl_trans *trans)
        iwl_set_bits_prph(trans, APMG_PCIDEV_STT_REG,
                          APMG_PCIDEV_STT_VAL_L1_ACT_DIS);
 
+       /* Clear the interrupt in APMG if the NIC is in RFKILL */
+       iwl_write_prph(trans, APMG_RTC_INT_STT_REG, APMG_RTC_INT_STT_RFKILL);
+
        set_bit(STATUS_DEVICE_ENABLED, &trans_pcie->status);
 
 out:
This page took 0.02545 seconds and 5 git commands to generate.