Skip to content

Commit

Permalink
Rename unikraft netdev constant
Browse files Browse the repository at this point in the history
  • Loading branch information
pogobanane committed Nov 30, 2022
1 parent 9cbe8e1 commit bd92210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uknetdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ err_t uknetdev_init(struct netif *nf)
return ERR_IF;
#if CONFIG_LWIP_UKNETDEV_POLLONLY
/* Unset receive interrupt support: We force polling mode */
lwip_data->dev_info.features &= ~UK_FEATURE_RXQ_INTR_AVAILABLE;
lwip_data->dev_info.features &= ~UK_NETDEV_F_RXQ_INTR;
#endif /* CONFIG_LWIP_UKNETDEV_POLLONLY */
lwip_data->pkt_a = a;

Expand Down

0 comments on commit bd92210

Please sign in to comment.