Revert rmnet_ipa.c
This commit is contained in:
parent
4ab98b668e
commit
96618eb9d6
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue