iwlwifi: pcie: fix prepare card flow
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 20 Jul 2015 09:14:39 +0000 (12:14 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 28 Jul 2015 08:21:31 +0000 (11:21 +0300)
commitc9fdec9f3970eeaa1b176422f46167f5f5158804
treeec0ea0d796e43e9b76e132869a3ef3484c208dfa
parentbe88a1ada9b97bb016196b7f4a1fc2fe2f798529
iwlwifi: pcie: fix prepare card flow

When the card is not owned by the PCIe bus, we need to
acquire ownership first. This flow is implemented in
iwl_pcie_prepare_card_hw. Because of a hardware bug, we
need to disable link power management before we can
request ownership otherwise the other user of the device
won't get notified that we are requesting the device which
will prevent us from acquire ownership.

Same holds for the down flow where we need to make sure
that any other potential user is notified that the driver
is going down.

CC: <stable@vger.kernel.org> [4.1]
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/pcie/trans.c