iwlwifi: pcie: Set scheduler to work on auto mode
authorHaim Dreyfuss <haim.dreyfuss@intel.com>
Sun, 14 Jun 2015 08:17:07 +0000 (11:17 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 4 Aug 2015 07:11:39 +0000 (10:11 +0300)
commit94ce9e5e73c71b26a19b83844f9840859f3b035b
treed956f2e4c00389b5d58744413c94cb55c62ba048
parentfa9f3281cbb1075545d4528c84059a3f4e117b44
iwlwifi: pcie: Set scheduler to work on auto mode

During NIC initialization shared HW is reset and this disables the
scheduler. Some HW platforms do not activate the scheduler after it.
Consequently all HCMD sent by the driver stay at the queues which cause
to queue stuck.
Set the scheduler to work on auto active mode so it would be activated upon
change over one of the queues' write pointer.

Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/iwl-prph.h
drivers/net/wireless/iwlwifi/pcie/tx.c
This page took 0.027671 seconds and 5 git commands to generate.