Revert rmnet_ipa.c

This commit is contained in:
Phapoom Saksri 2025-02-28 02:21:19 +07:00 committed by GitHub
parent 4ab98b668e
commit 96618eb9d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1098,10 +1098,8 @@ static int __ipa_wwan_open(struct net_device *dev)
reinit_completion(&wwan_ptr->resource_granted_completion);
wwan_ptr->device_status = WWAN_DEVICE_ACTIVE;
if (ipa3_rmnet_res.ipa_napi_enable) {
dev_set_threaded(dev, true);
if (ipa3_rmnet_res.ipa_napi_enable)
napi_enable(&(wwan_ptr->napi));
}
return 0;
}