iwlwifi: pcie: unify restock calls on init
authorSara Sharon <sara.sharon@intel.com>
Sun, 1 May 2016 08:40:49 +0000 (11:40 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Jul 2016 21:15:36 +0000 (00:15 +0300)
commit2047fa5401918a1e3bc0ec8923de2570265d1d78
tree379ad5a144df4e007120ce9d0a1955aa5891a500
parent9794c64f302d6d544acbb5ab69a327d694a70fcb
iwlwifi: pcie: unify restock calls on init

Currently code calls restock for mq devices during the init
function, unlike sq where restock is called after init.
This causes an harmless but alarming deadlock warning from
lockdep, to fix this - unify the init code.
Rename the restock functions while at it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c