]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/iwlwifi/mvm/ops.c
Merge tag 'mac80211-next-for-davem-2015-08-14' into next
[karo-tx-linux.git] / drivers / net / wireless / iwlwifi / mvm / ops.c
index 5d577c13db5bc8cc2ddea00337e7bcbc1f323bae..e7f6c015f7a3d7953016704b7f2083ce46ea9e26 100644 (file)
@@ -1329,7 +1329,8 @@ static void iwl_mvm_napi_add(struct iwl_op_mode *op_mode,
 {
        struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode);
 
-       ieee80211_napi_add(mvm->hw, napi, napi_dev, poll, weight);
+       netif_napi_add(napi_dev, napi, poll, weight);
+       mvm->napi = napi;
 }
 
 static const struct iwl_op_mode_ops iwl_mvm_ops = {